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
- Host: GitHub
- URL: https://github.com/sb122129/parking-management
- Owner: SB122129
- Created: 2023-06-16T20:40:52.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2025-02-09T07:45:46.000Z (over 1 year ago)
- Last Synced: 2025-07-25T01:04:42.530Z (11 months ago)
- Topics: css, dom-manipulation, html2canvas, html5, javascript
- Language: JavaScript
- Homepage: https://sb122129.github.io/Parking-Management/
- Size: 57.6 KB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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