An open API service indexing awesome lists of open source software.

https://github.com/sb122129/parking-management

A simple parking management website that showcases DOM manipulation using JavaScript
https://github.com/sb122129/parking-management

css dom-manipulation html2canvas html5 javascript

Last synced: 4 months ago
JSON representation

A simple parking management website that showcases DOM manipulation using JavaScript

Awesome Lists containing this project

README

          

# Parking Management
A simple parking system that stores all the necessary info about parked cars in a parking table and when a car is ready
to check out it transfers all its info to a receipt table and calculates the total amount it's due based on its time of arrival
in the receipt table, there is a view button that opens a modal with all the necessary info about the cars stay in the parking lot, and provides
a download option which clicked downloads a .png format of the modal this is done using html2canvas

HTML, CSS, BOOTSTRAP, JAVASCRIPT and HTML2CANVAS were used to make this