Skip to content

kotesh-arya/Lift-Simulation

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

28 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Lift-Simulation

A web app where you can simulate lift mechanics.

Tech-Stack:

  • HTML
  • CSS
  • VanillaJs

User Interface of the App

Screenshot (102)

Features Included

  • Have a page where you input the number of floors and lifts from the user

  • An interactive UI is generated, where we have visual depictons of lifts and buttons on floors

  • Upon clicking a particular button on the floor, a lift goes to that floor

  • Data store that contains the state of your application data

  • JS Engine that is the controller for which lift goes where

  • Dumb UI that responds to controller's commands

  • 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

  • A maximum number of 10-Lifts and 10-FLoors can be viewed

About

A web app which simulates lift mechanics, built with HTML&CSS, Vanilla JS

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 59.2%
  • CSS 31.3%
  • HTML 9.5%