Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/kush-x7/lift-game
Click on the link to preview
https://github.com/kush-x7/lift-game
Last synced: 10 days ago
JSON representation
Click on the link to preview
- Host: GitHub
- URL: https://github.com/kush-x7/lift-game
- Owner: kush-x7
- Created: 2022-10-28T06:36:31.000Z (about 2 years ago)
- Default Branch: master
- Last Pushed: 2022-11-08T09:24:30.000Z (about 2 years ago)
- Last Synced: 2023-11-15T12:37:51.419Z (about 1 year ago)
- Language: JavaScript
- Homepage: https://my-lift.netlify.app/
- Size: 1.46 MB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Lift-Simulation
Created a web app where you can simulate lift mechanics for a client.
# UI Example
![Lift Simulation Example](sample.png)
## About
**Here is my short Lift simulation intro**
✔️ User Input
1. My button will be initially disabled in starting and will be enabled after getting both the inputs.
2. The button will also get disabled if the user exceeded the limit of lifts after activating the button.✔️ Lift Button
1. My lift button will glow red when clicked on it. It is to inform the user that the button is clicked and the lift is arriving.
2. 2 buttons can be clicked on the same floor to call 2 lifts. One for going up and other for going down.
3. Also added some hover effect on buttons so that the user feel like ki they are actually pressing the button.✔️ Lift
1. Moving Lift cannot be interrupted by another's floor button call.
2. Not more than 2 lifts allowed on the same floor.
3. Made them responsive.