Skip to content

Sugary, a modern and intuitive platform for ordering delicious cupcakes online. This project is built with a focus on both customer experience and administrative control, secure authentication, and a responsive design.

Notifications You must be signed in to change notification settings

Nisha0202/sugary

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 

Repository files navigation

Features

Frontend

  1. Basic Features:

    • Google login integration.
    • User registration with email verification.
    • Password recovery and reset functionality.
    • Protected routes for secure access to features like adding to cart, placing orders, and managing user profiles.
  2. Admin Dashboard:

    • Upload menu items with image support using ImgBB.
    • View and manage orders.
    • Pagination support for menus and orders.
    • Admin-specific navigation for managing the platform.
  3. User Experience:

    • Smooth navigation with login/logout.
    • Add, view, and remove items from the cart.
    • Order items with date and time tracking.
    • Search functionality for menu items.
    • Display menu item details.
    • Local storage support for persisting cart data.
    • Easy location tracking for order deliveries.
  4. UI Enhancements:

    • Input box styling with theme color.
    • Responsive design with gap and justified content centered.
    • Modals for displaying additional information.
  5. Third-Party Libraries:

    • Carousel: Implemented with react-slick and slick-carousel.
    • Animations: Added using react-awesome-reveal.

Authentication

  • Email Verification: Users must verify their email to log in.
  • Token Management: User tokens are securely stored on login.
  • Admin and Customer Accounts: Distinct roles with tailored navigation and permissions.

Installation

Frontend Installation

To get started with the frontend:

  1. Clone the repository:

    git clone https://github.com/Nisha0202/sugary/tree/main/client
    cd client
    
  2. Install NPM packagess:

    npm install
    
  3. Start the development server:

    npm run dev

Backend Installation

To set up the backend:

  1. Clone the repository:

    git clone https://github.com/Nisha0202/sugary/tree/main/backend
    cd backend
    
  2. Install NPM packages

    npm install
    
  3. Set up your environment variables in a .env file:

    MONGO_URI=your-mongodb-connection-string
    JWT_SECRET=your-jwt-secret
    
  4. Start the backend server:

    nodemon .index.js
    

Admin Access

Customer Access

Tech Stack

  • Frontend: React, React Router, Tailwind CSS
  • Backend: Node.js, Express.js, MongoDB, Mongoose
  • Authentication: JWT, bcrypt
  • Image Hosting: ImgBB

Usage

  1. Admin Dashboard: Admins can upload new menu items, manage existing ones, and track orders.
  2. Customer Experience: Customers can browse the menu, add items to their cart, and place orders.
  3. Order Management: View past orders and track their status.
  4. Search and Filter: Easily find items through search and filter options.

About

Sugary, a modern and intuitive platform for ordering delicious cupcakes online. This project is built with a focus on both customer experience and administrative control, secure authentication, and a responsive design.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages