Asia/Kolkata
ProjectsNovember 1, 2023

FoodOrdering System

FoodOrdering System
FoodOrdering System is a full-stack iOS delivery platform where customers browse menus, place orders, and track history. Developed natively with React Native and Expo, it leverages a Supabase backend to securely handle user authentication, product catalogs, and shopping cart persistence. As my most-starred personal project on GitHub, it represents a complete product build—from database schema and API design to payment flows and admin tooling—rather than a single-feature demo. The frontend is a React single-page application with component-driven UI for menu browsing, cart management, and order history. The backend uses Node.js and Express for RESTful APIs covering authentication, orders, and payments. MongoDB stores users, restaurants, menu items, and order documents with relationships modeled for efficient queries across the ordering lifecycle.
  • Built end-to-end ordering flow from menu browse to checkout and order confirmation.
  • Integrated payment processing for secure online transactions.
  • Implemented real-time order tracking so customers see status updates as orders progress.
  • Created an admin dashboard for menu management, order fulfillment, and operational oversight.

More projects

TensorFlow

Video Action Recognition

CNN-based action recognition model using MovieNet architecture for Samsung Prism. Achieved 97% training accuracy on compressed video datasets.