/electronic-ecommerce

A react-based front-end for bestbuy api

Primary LanguageJavaScript

Electronic Ecommerce

this is a front-end web application developed with ReactJS framework for bestbuy.com API.

Run

  • 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