Skip to content

theguptaji/car-simulator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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