Skip to content

Latest commit

 

History

History
24 lines (21 loc) · 1.29 KB

README.md

File metadata and controls

24 lines (21 loc) · 1.29 KB

Car simulator

Starting screen After opening all doors
Screen Shot 2021-06-16 at 20 41 31 Screen Shot 2021-06-16 at 20 42 22

Simulator with layout page

Screen Shot 2021-06-16 at 20 41 03

A GUI for simulating a car on web

Current features

  • Opening/Closing door/trunk via toggle buttons
  • Sound effect on toggle click
  • Responsive design made with Grid layout
  • Royalty free illustration designed by author : Aman Gupta
  • Car lock/unlock button with sound effect

Upcoming features

  • Battery, Temperature, AC and Seat positions settings via illustration and animations
  • Better door pivoting.

Upcoming technical features

  • Data structure to integrate with Digital twin(Ditto).
  • Use event bubbling to add onclick listener to main simulator board.
  • Throttling to limit the events fired.
  • Monolithic --> Modular code