A simple React + Bootstrap fast food ordering app.
You can browse menu items, add them to your order, adjust quantities, and toggle between light and dark mode.
- 🟢 Light/Dark mode toggle in the header
- 📋 Menu with placeholder items (Burger, Fries, Soda, etc.)
- ➕ Add items to order from the menu
- 🔢 Increase, decrease, or reset item quantities in your order
- 💰 Total price calculation in real time
- 🎨 Bootstrap-based layout and styling
- React
- Bootstrap 5
- Placeholder images from placehold.co
- Clone the repo
git clone https://github.com/Carlsson111/fastfood-app.git cd fastfood-app - npm install
- npm run dev

