I developed a full-stack food delivery web application using the MERN stack (MongoDB, Express, React, Node.js), designed to provide a seamless online food ordering experience. The application allows users to register and log in securely with encrypted passwords (bcrypt) and JSON Web Tokens (JWT) for authentication. Users can browse a dynamically rendered menu, filter items by category, and manage their cart by adding or removing items in real-time. The frontend, built with React and React Router, includes pages like Home, Cart, and Order Placement, while the backend handles routing, data storage, and image uploads for food items using Multer. Admin functionalities include adding, listing, and deleting food items, with image management. The app also includes a responsive UI, total cart calculation with delivery charges, and clear user navigation to enhance the overall user experience.