Skip to content

adrianhhong/fake-ecommerce

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

30 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Fake E-commerce Site

This is a fake e-commerce website that uses the Fake Store API to mock data.

A live version is hosted here: https://adrianhhong.github.io/fake-ecommerce/

Features

  • View all products available
  • Filter products based on categories
  • Sort by price in ascending or descending order
  • Search for a product
  • View user's cart
  • View user profile
  • Edit user profile (note: this does not update any database but does send a PATCH request and receives a response from the Fake Store API)

Installation and Usage

To run locally:

  cd fake-ecommerce
  npm install
  npm run start

About

A fake e-commerce site using the Fake Store API.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published