-
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.
- Clone the project on your local environment.
git clone https://github.com/robin-dc/Amazon-Cart.git
- Go to the project directory.
cd <project folder>
- Open in Visual Studio.
code .
- Install all dependencies.
npm install
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
Setup to get React working in Vite with HMR and some ESLint rules.
Currently, two official plugins are available:
- @vitejs/plugin-react uses Babel for Fast Refresh
- @vitejs/plugin-react-swc uses SWC for Fast Refresh