Skip to content

A web clone to the Amazon website, used to experiment with features that React.js and Context API provide.

Notifications You must be signed in to change notification settings

HoussamBedja/amazon-clone-app

Repository files navigation

Amazon website clone with React.js

This Project is built using mainly React.js and the Context API.

Here are some key features:

  • User authentication: create accounts and login (using Firebase).
  • Add items to the cart, which links to a checkout page.
  • Checkout page with subtotal calculation, editing items, etc.

Deployed LIVE on https://clone-b0705.web.app/.

ezgif com-gif-maker

Run the project locally

In the project directory, you can run:

npm install

Installs all the package dependencies.

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.

About

A web clone to the Amazon website, used to experiment with features that React.js and Context API provide.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published