Back to Projects
GoFood — Food Delivery Web App

GoFood — Food Delivery Web App

By Dheeraj Kumar BhaskarInvalid Date

GoFood Demo

Overview

GoFood is a full‑stack food delivery web application designed to provide a smooth and intuitive experience for browsing menus, placing orders, and managing your cart from any device.

Features

  • Secure Authentication using JWT tokens for login and signup
  • Menu Browsing with categorized food items
  • Search & Filter to quickly find dishes
  • Shopping Cart Management with real‑time state updates
  • Order History viewing and tracking
  • Responsive UI that works on mobile & desktop

Technologies

  • Frontend: React.js, Bootstrap 5, Context API
  • Backend: Node.js, Express.js, REST APIs
  • Database: MongoDB
  • Authentication: JWT, Bcrypt for password security

Setup & Run

To start building or exploring the app locally:

git clone https://github.com/dheerajkrbhaskar/gofood.git
cd gofood
npm install