Burger House is a web application that allows users to explore a variety of burgers and place orders. This repository contains the source code for the Burger House website.
- Explore a diverse menu of delicious burgers.
- Place and manage your burger orders.
These instructions will help you set up a copy of the project on your local machine for development and testing purposes.
Ensure you have Node.js and npm installed on your machine.
- Clone the Repository:
git clone https://github.com/your-username/burger-house.git
2. Change to the Project Directory:
cd burger-house
- Install Dependencies:
npm install
- Start the Development Server:
npm start
The application will be accessible at http://localhost:3000.
1.Explore Burgers:
- Navigate through the menu to discover various burger options.
- Click on a burger to view details.
- Order Placement:
- Add your favorite burgers to the cart.
- Adjust quantities and finalize your order.
Contributions are welcome! Feel free to submit pull requests.
React - A JavaScript library for building user interfaces.
The site is live at https://burger-house-restaurant.netlify.app/
Explore the server side https://github.com/ajoyscorpion/burger-house-server