Skip to content

Latest commit

 

History

History
62 lines (42 loc) · 963 Bytes

README.md

File metadata and controls

62 lines (42 loc) · 963 Bytes

Fake Store with React

Technologies:

  • React + Vite
  • Fake Store API
  • Materialize CSS
  • React Router
  • Context API

TODOS

  • Done ~ ✔️
  • Ongoing ~ 🚧
  • Pending ~ 🔨
Pages Status Remarks
Shop pending 🚧
Cart pending 🔨

detailed todos

[ :construction ] Shop Page

  • list of all products
  • filter component - filter products by category
  • redirect Cart page to route /cart
  • navbar component

[ ✔️ ] Cart Page

  1. API
  • fakestore API < and >
  • GET: all products

How to Run this Project?

  1. Clone this project
  2. change directory to project folder
cd folder-name
  1. Install Dependencies using Yarnor NPM
yarn add or npm install
  1. run development server
yarn start or npm run dev
OR
npm run vite // to access projct within the network

Happy Coding! ❤️ 🍺