This is the Frontend app for the Fast-Food-Fast App. Fast-Food-Fast is a food delivery service app that enables user to have sweet yummy foods delivered to their door steps. The app is hosted on Heroku at https://sammie-fast-food-fast-react.herokuapp.com/
- Clone this repo.
- Run
npm install
to install all dependencies. - Run
npm run dev
to start the server. - Navigate to homepage at
https://sammie-fast-food-fast-react.herokuapp.com/
Fast Food Fast App is a frontend app built with React using Redux for state management.
To test, run npm run test
or npm t
for short.
The backend APIs are hosted on Heroku at https://sammie-fast-food-fast.herokuapp.com/
This application has the following features:
- Users can create an account and log in
- A user should be able to order for food.
- A user should be able to see a history of ordered food
- The admin should be able to add, edit or delete the fast-food items
- The admin should be able to see a list of fast-food items
- The admin user should be able to do the following:
- See a list of orders
- Accept and decline orders
- Mark orders as completed