# Simple Food Ordering Website
A basic food ordering website built with **React.js**. Users can browse the menu, add items to the cart, and sign up or log in to place orders.
## Features
- **Home Page** – Introduction and welcome message.
- **Menu Page** – Displays food items with images, descriptions, and "Add to Cart" buttons.
- **Sign Up / Login** – Basic authentication (UI only, no backend).
- **Cart Page** – Shows selected items with quantities and total price.
- **Routing** – Implemented using React Router.
## Tech Stack
- React.js (Frontend)
- React Router DOM
No followers yet
Once you ship this you can't edit the description of the project, but you'll be able to add more devlogs and re-ship it as you add new features!
Just finished the website and pushed the code to GitHub. Hope you like it.
I was working on the cart page.