A simple responsive e-commerce as a personal project for The OdinProject. You may try it live here
git clone https://github.com/dwarjie/fake-store
cd fake-store
npm install
npm run dev
- 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)
- 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?