https://github.com/quocanh189/parkinglot_fe
The simple parking management application helps track vehicle entry and exit, manage parking spots, and automatically calculate fees. The system allows users to enter license plate numbers, check-in/check-out times, and display parking availability. Additionally, the application can manage access cards and vehicle entry history.
https://github.com/quocanh189/parkinglot_fe
react redux-toolkit rfid rfid-reader shadcn-ui talwindcss
Last synced: 3 months ago
JSON representation
The simple parking management application helps track vehicle entry and exit, manage parking spots, and automatically calculate fees. The system allows users to enter license plate numbers, check-in/check-out times, and display parking availability. Additionally, the application can manage access cards and vehicle entry history.
- Host: GitHub
- URL: https://github.com/quocanh189/parkinglot_fe
- Owner: QuocAnh189
- License: mit
- Created: 2025-02-21T13:11:00.000Z (4 months ago)
- Default Branch: main
- Last Pushed: 2025-03-02T18:17:16.000Z (4 months ago)
- Last Synced: 2025-03-02T19:25:14.607Z (4 months ago)
- Topics: react, redux-toolkit, rfid, rfid-reader, shadcn-ui, talwindcss
- Language: TypeScript
- Homepage: https://goparking.duckdns.org/
- Size: 450 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Goparking
===========================================================
### Features :
1. Authentication and Authorization (SignIn - SignUp)
2. Manage Card (CRUD Card)
3. Manage IOHistory (CRUD IOHistory)
4. Check Entrance - Exit (RFID)### Screen :

#### App demo :
https://goparking.duckdns.org/
# 1. How to run the app (Development Environment)
1. Clone the repo and cd into it
2. In your terminal `npm install` (npm >= 18)
3. Rename or copy `.env.example` file to `.env`
4. Run `npm run dev` local dev environment.
5. Visit `localhost:3000` in your browser## Relate Source
- Parkinglot_BE: https://github.com/QuocAnh189/Parkinglot_Fe
- Detect_License_Plate: https://github.com/QuocAnh189/Detect_License_Plate## Author Contact
Contact me with any questions!
Email: [email protected]
Facebook: https://www.facebook.com/tranphuocanhquoc2003Thank You so much for your time !!!