Technologies:
- React + Vite
- Fake Store API
- Materialize CSS
- React Router
- Context API
TODOS
- Done ~ ✔️
- Ongoing ~ 🚧
- Pending ~ 🔨
| Pages | Status | Remarks |
|---|---|---|
| Shop | pending | 🚧 |
| Cart | pending | 🔨 |
[ :construction ] Shop Page
- list of all products
- filter component - filter products by category
- redirect Cart page to route /cart
- navbar component
[ ✔️ ] Cart Page
- API
- fakestore API
<and> - GET: all products
How to Run this Project?
- Clone this project
- change directory to project folder
cd folder-name
- Install Dependencies using
YarnorNPM
yarn add or npm install
rundevelopment server
yarn start or npm run dev
OR
npm run vite // to access projct within the network
Happy Coding! ❤️ 🍺