An application built using the Nextjs and some other cool Tools
This project is me trying to improve my frontend skills by building a real world application
- Nextjs
- Typescript
- React-Hook-form
- Zod
- Zustand
- tanstack-react-query
/appdir,
- Build home page
- Build Product Detail page
- Build shopping baskets
- Build product listing page
- profile and setting page
- Build search modal
- Build sign in and Sign up pages
- Build Add to order page
- pagination
- Authentication
- Cart Logic
- category pages with dynamic route
- Advanced Search and filtering
- wishList Logic
- payment integration using paystack, stripe and flutterwave
- News-Letter Feature
- Install dependencies using pnpm:
pnpm install- Copy
.env.exampleto.env.localand update the variables.
cp .env.example .env.local- Start the development server:
pnpm devLicensed under the MIT license.