Deshi Bazar

Description

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.

Front-end Technology:

  • TypeScript
  • Next Js
  • Framer Motion

Back-end Technology

  • Node JS
  • Express JS

Database

  • MongoDB

Features

  • 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.

How To Use

Prerequisites:

  • 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.

Steps:

  1. Clone the Repository:

    git clone https://github.com/DebabrataSaha-570/Deshi-Bazar-client
    
    
  2. Install Dependencies:

cd deshi-bazar-client
npm install  # or yarn install

  1. Run the Application:
npm start  # or yarn start

  1. Admin Access
Email: admin@gmail.com
Password: 123456

Live Link

You can see server side code in Deshi Bazar Server