Application created for the purpose of study, an ecommerce store
- ⚛️ React — A JavaScript library for building user interfaces
- 🔼 Next.js - Framework for building production-ready React applications
- ♻ React Hooks — Used useReducer & Context API for state management
- 🌸 TailwindCSS - A utility-first CSS framework that can be used to build modern websites
- 💹 Fake Store API — Fake rest api to fetch mock data
- 💖 Misc — ESlint/Prettier/Editor Config
- Clone this repo using
git clone https://github.com/ashwinkhode/dapr.git
- Move yourself to the appropriate directory:
cd dapr
- Run
yarn
to install dependencies - Run the development server:
npm run dev
# or
yarn dev
Open http://localhost:3000 with your browser to see the result.
-
Wishlist Page
-
Cart Page
-
Product Page
-
Create ui components
-
create landing page
-
Search functionality
-
Sort & Filter functionality
-
[-] Polish UI
-
[-] Add Authentication
-
⭐ - Star, if you like it
-
👁 - Watch, get latest updates To report a bug, please raise an issue. Thank you!
This project is licensed under the MIT License - see the LICENSE page for details.