Skip to content

Latest commit

 

History

History
29 lines (19 loc) · 796 Bytes

README.md

File metadata and controls

29 lines (19 loc) · 796 Bytes

Setup

  • Clone the repo using
git clone https://github.com/Maianki/Lift-Simulation.git

Lift-Simulation Problem Statement

Create a web app where you can simulate lift mechanics for a client

Demo

Demo of lifts

Features

  • 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.

Created by