Skip to content

Kasulejoseph/fast-food-fast-frontend

Repository files navigation

fast-food-fast

Fast-Food-Fast is a food delivery service app for a restaurant.

lastmenu

overview

Users should signup and login into the application to start making orders which are delivered with in 2 hours time irrespective of the customers location.

The application is hosted on heroku view it here

Admin should login from here

users roles

  • sign up and login
  • order food
  • view his order history
  • view food on menu
  • log out
  • search for food item

admin roles

  • sign up and login
  • Add food item to menu, Edit food item, Delete food item
  • update user order status from New to [Processing,Decline or Accept]
  • view all user orders
  • view menu
  • logout

Built With

  • vanilla-JS - is a fast, lightweight, cross-platform framework for building incredible, powerful JavaScript applications.
  • html && css - used to design the UI of the application and as well as providing a good UX
  • Api - provides the backend functionality for the application

Author

Acknowledgement

  • Cohort 12
  • Errors should never pass silently, Unless explicitly silenced.
  • If the implementation is hard to explain, it's a bad idea.
  • If the implementation is easy to explain, it may be a good idea.