https://github.com/sarikasingh30/burger-king
Here is the Burger-King's Order Notification Display!!! Whenever the order is ready, it is displayed on the screen.
https://github.com/sarikasingh30/burger-king
asynchronous-programming css3 es6-javascript html5 javascript
Last synced: 2 months ago
JSON representation
Here is the Burger-King's Order Notification Display!!! Whenever the order is ready, it is displayed on the screen.
- Host: GitHub
- URL: https://github.com/sarikasingh30/burger-king
- Owner: sarikasingh30
- Created: 2022-04-27T20:38:55.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2022-04-27T21:01:03.000Z (about 4 years ago)
- Last Synced: 2025-03-26T14:52:14.537Z (over 1 year ago)
- Topics: asynchronous-programming, css3, es6-javascript, html5, javascript
- Language: HTML
- Homepage: https://yummy-in-tummy.netlify.app
- Size: 2.93 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Burger-King
Here is the Burger-King's Order Notification Display!!!
## About
Whenever the order is ready, it is displayed on the screen.
Created a button called 'Order Food'.
Created a checkbox of multiple food items one can choose from.
When a user clicks on order food, a promise is created that will resolve after 5 seconds.
Once the promise is resolved,
the image of the food in the center.
## Live
https://yummy-in-tummy.netlify.app/
## Demo
https://user-images.githubusercontent.com/97461783/165630044-3d86befa-f8a7-4125-a27a-05fb1d6d5c3d.mp4
Happy Coding!