Created a web app where you can simulate lift mechanics for a client.
Here is my short Lift simulation intro
✔️ User Input
- My button will be initially disabled in starting and will be enabled after getting both the inputs.
- The button will also get disabled if the user exceeded the limit of lifts after activating the button.
✔️ Lift Button
- 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 buttons can be clicked on the same floor to call 2 lifts. One for going up and other for going down.
- Also added some hover effect on buttons so that the user feel like ki they are actually pressing the button.
✔️ Lift
- Moving Lift cannot be interrupted by another's floor button call.
- Not more than 2 lifts allowed on the same floor.
- Made them responsive.