/e-commerce-template

Clone Amazon E-Commerce

Primary LanguageJavaScript

Amazon Clone E-Commerce

Live Project Amazon Clone.

Using Bootstrap 4 for ease of design and to make it responsive, third party library for making the rating.

Ussing

  • Context API for manage the state
  • LocalStorage to persist the data
  • Firebase to serve the app
  • Firestore as a DB

Considerations

To load new products just navigate to the "/addProduct" url

For the images input you need to copy the url of the image and paste it

To run the project

npm start

Runs the app in the development mode.
Open http://localhost:3000 to view it in the browser.

The page will reload if you make edits.
You will also see any lint errors in the console.

npm run build

Builds the app for production to the build folder.
It correctly bundles React in production mode and optimizes the build for the best performance.

The build is minified and the filenames include the hashes.
Your app is ready to be deployed!

See the section about deployment for more information.