Deshi Bazar is a user-friendly website using Next.js and MongoDB to improve grocery shopping. With features like Server-Side Rendering (SSR), Static Site Generation (SSG), and Incremental Static Regeneration (ISR), it offers real-time updates and easy navigation for a smooth grocery shopping experience.
- TypeScript
- Next Js
- Framer Motion
- Node JS
- Express JS
- MongoDB
- Enhanced Navigation: File-based routing ensures intuitive navigation for seamless browsing within the grocery niche.
- Optimized Performance: Leveraging SSR, SSG, and ISR, the platform offers real-time updates and faster page loads, enhancing user engagement.
- Filtered Product Listings: Users can easily explore grocery products with filtering options based on rating, brand/category, and price range.
- Dynamic Flash Sale: Display top flash sale grocery products with countdown timers, creating urgency and driving conversions.
- Interactive Dashboard: The dashboard provides a centralized hub for managing products, viewing statistics, and facilitating efficient navigation.
- Git: Ensure you have Git installed on your system. You can download it from https://git-scm.com/.
- Node.js and npm (or yarn): Download and install Node.js from https://nodejs.org/en which typically includes npm. Alternatively, you can install yarn as a separate package manager.
-
Clone the Repository:
git clone https://github.com/DebabrataSaha-570/Deshi-Bazar-client
-
Install Dependencies:
cd deshi-bazar-client
npm install # or yarn install
- Run the Application:
npm start # or yarn start
- Admin Access
Email: admin@gmail.com
Password: 123456
You can see server side code in Deshi Bazar Server