The project is a basic Amazon Clone from the Clever Programmer series on YouTube. A great and enteraining way to get started with ReactJS!
The project includes some basic functionality such as:
- Logging In / Out
- Persisting State (Firebase / LocalStorage)
- Adding Items to Cart
- Updating Items in Cart
- Deleting Items from Cart
- Add More Functionality
- Make the App responsive
- Clone the repo
git clone https://github.com/TomJD/Amazon-Clone.git
- Install NPM Packages
npm install
- Run the Project
npm start