This is a simple food order app that allows you to add food items to the cart and order. You can also edit the amount added, and remove or add extra quantity of food items in the cart.
- React
You can check out the project using this live demo link
To get a local copy up and running follow these simple example steps.
- A web browser
- A code editor
Assuming you have git installed on your computer, please follow the steps below:
- Create a folder
- Navigate to that folder in the command line using the
cd
command - Clone the repository using the following command:
git clone https://github.com/Trust-007/Food-Order.git
cd
into the project- In the terminal run
npm install
and thennpm start
you should see the live demo on 'localhost:3000'
👤 Trust
Contributions, issues, and feature requests are welcome! Feel free to check the issues page.
Give a ⭐️ if you like this project!
This project is MIT licensed.