Skip to content

dwarjie/fake-store

Repository files navigation

Shopii a Fake-Store

A simple responsive e-commerce as a personal project for The OdinProject. You may try it live here

Screenshots

Landing Page

Shop Page

Cart Page

Installation

git clone https://github.com/dwarjie/fake-store
cd fake-store
npm install
npm run dev

Tools/Language

  • ReactJS
  • Tailwind CSS
  • react-router-dom
  • fake-api (for fake data)
  • prop-types (for prop-types checking)
  • vitest (for unit testing)
  • react-testing-library (for ui testing)
  • react-hot-toast (for toast pop-ups)

TODO

  • Initial Setup
  • Deployment to Github Pages
  • Create Landing Page
  • Style Side Nav in Mobile
  • Fetch data using API from fake-store
  • Create Shop Page
  • Filter by Category
  • Search products by name
  • Add to Cart Functionality
  • Show something when product is added to cart
  • Add some animations?

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published