Food Ordering App (MERN Stack)
A full-stack food ordering application built using the MERN (MongoDB, Express.js, React.js, Node.js) stack and tailwind.
This project includes user authentication, an admin panel for menu and order management, and a user-friendly interface for placing and tracking orders.
Authentication System
User registration & login & reset password (JWT-based authentication).
Secure password hashing using bcrypt.
Admin Panel
Manage food items in the menu (Add, Edit, Delete).
Control order status (Preparing the order, In Delivery, Delivered, Out of Delivery).
User Panel
View available food items.
Add items to cart and place orders.
Track order status in real-time.