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
Yarn
orNPM
yarn add or npm install
run
development server
yarn start or npm run dev
OR
npm run vite // to access projct within the network
Happy Coding! ❤️ 🍺