A web application for ordering varieties of food.
fast food fast is a food delivery service application for a restaurant. Built with react
Clone this project using git clone https://github.com/Danielshow/Fast_Food_React/
on your bash or cmd
git clone https://github.com/Danielshow/Fast-Food/
cd "fast_food_react"
yarn Install
git checkout develop
yarn start
Hurray!!! You now have the files on your local computer
yarn install
will install all app dependencies
yarn start
will start the project
Run the tests using:
yarn test
- user can create an account and log in
- A user should be able to order for food
- The admin should be able to add, edit, or delete fast food items
- User should be able to see history of ordered food
If you'd like to Contribute, please fork the repository and create a new branch, commit to that branch and make a pull request.