- Clone the repo using
git clone https://github.com/Maianki/Lift-Simulation.git
Create a web app where you can simulate lift mechanics for a client
- Dynamic creation of floors and lifts based on inputs given by user.
- Data store that contains the state of lifts.
- JS Engine that is the controller for which lift goes where.
- Lift having doors open in 2.5s, then closing in another 2.5s.
- Lift moving at 2s per floor.
- Lift stopping at every floor where it was called.
- Mobile friendly design.