Fast Food Simulator App
Fast Food simulates the operation of a simple take-away restaurant and is designed to help the developer put his or her knowledge of Promises and…
Fast Food simulates the operation of a simple take-away restaurant and is designed to help the developer put his or her knowledge of Promises and SOLID design principles to work. This app simulates customers of a take-away restaurant placing orders and and waiting for them to be prepared and delivered to a pickup counter. After placing the order the customer waits on the order to be announced before picking it up and proceeding to the dining area. The user stories that make up this app center around four distinct roles: - User - the end user using the application - Customer - the simulated…
Hosting · Free tier, sleeps when idle
Deploys free on Vercel Hobby + Supabase free or Cloudflare Pages + Turso free.
Free database tiers pause or expire when a project sits idle, so this one needs occasional attention to stay up.
Deploy it and share a link.
Core features · 8
- User can see an input area that allows the entry of the time interval
- User can see a customized warning message if the customer arrival
- User can start the simulation by clicking on a Start button.
- User can see an order line area containing a text box showing the
- User can see an order area containing text boxes showing the
- User can see a kitchen area containing a text box showing the
- User can see a Pickup area containing a text box showing the
- User can stop the simulation at any time by clicking a Stop button.
Once it works
- User can specify how long it takes for an Order Taker to create an
- User can specify how long it takes for the Server to deliver an order
- User can specify the total amount of time the simulation is to run
- User can see an animated view of Customers and orders as they move