Skip to content

justmatt18/react-fakestore

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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! ❤️ 🍺