this is a front-end web application developed with ReactJS framework for bestbuy.com API.
-
Clone the repository:
git clone https://github.com/fatemehkarimi/electronic-ecommerce.git
-
Get your API key from BestBuy. set the value of REACT_APP_BESTBUY_API_KEY to your API key in .env file.
REACT_APP_BESTBUY_API_KEY='PUT YOUR API KEY HERE'
-
Install project dependencies:
npm install
-
Start the project:
npm start