Skip to content

Latest commit

 

History

History
66 lines (48 loc) · 2.17 KB

README.md

File metadata and controls

66 lines (48 loc) · 2.17 KB

Amazon-Cart : Overview

  • Redux Toolkit Integration: The application utilizes Redux Toolkit for state management and handling asynchronous API calls.

  • FakeStore API Integration: This API provides catalog of products, ensuring users have access to an extensive selection while shopping.

  • Local Storage Implementation: Enable users to maintain their selected products across sessions. This feature enhances user convenience, as they can easily continue shopping without losing their items even after reloading the page.


Home Page


Shopping Cart



🚀 To clone this project using CLI:

  1. Clone the project on your local environment.
git clone https://github.com/robin-dc/Amazon-Cart.git
  1. Go to the project directory.
cd <project folder>
  1. Open in Visual Studio.
code .
  1. Install all dependencies.
npm install

📝 Other noteworthy projects

Facebook UI Clone
🔗 https://facebook-darkmode-clone.netlify.app/
🐱 https://github.com/robin-dc/Facebook-UI-Clone.git

Tenzies Game
🔗 https://tenzies-robin-dc.vercel.app/
🐱 https://github.com/robin-dc/Tenzies.git

Github User Searcher
🔗 https://github-usearch.vercel.app/
🐱 https://github.com/robin-dc/Github-User-Searcher.git

RECIPE.app
🔗 https://favoriterecipes.vercel.app/
🐱 https://github.com/robin-dc/RECIPE.app.git

React + Vite

Setup to get React working in Vite with HMR and some ESLint rules.

Currently, two official plugins are available: