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/
- 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)
To run locally:
cd fake-ecommerce
npm install
npm run start