Check out the live demo: https://spot-pms.netlify.app
Spot is a comprehensive Parking Management System designed for multi-level parking garages with support for multiple buildings. The system provides real-time monitoring of parking spots, car check-in/out workflows, and detailed analytics for parking facility operators.
- Multi-building Management: Configure and manage multiple parking facilities
- Real-time Spot Tracking: Monitor parking spot status with detailed metadata
- Car Check-in/out: Streamlined workflows using license plate tracking
- Search Functionality: Quickly find cars by license plate
- Admin Interfaces: Manage garage layouts and car operations
- Dashboard: Real-time metrics and recent activity visualization
- RESTful API: Well-documented API for integrations
- Responsive Design: Works on desktop and tablet devices
- Frontend: React, TypeScript, Tailwind CSS
- State Management: React Context API
- Routing: React Router
- UI Components: Custom components with Headless UI
- Icons: Lucide React
- Forms: React Hook Form
- Notifications: React Toastify
- Charts: Chart.js with React-Chartjs-2
The application follows a modular architecture with:
- Contexts: For state management across components
- Layouts: For page structure and navigation
- Components: Reusable UI elements
- Pages: Main application views
- Hooks: Custom React hooks for shared logic
- Dashboard: Overview of parking metrics and quick actions
- Buildings: Management of parking facilities
- Layout Management: Configuration of floors, bays, and spots
- Car Management: Check-in, check-out, and search operations
- Spot Management: Real-time monitoring and status updates
- API Documentation: Interactive documentation for the REST API
- Reports: Data visualization and analytics
- Settings: System configuration
- Node.js (v14 or higher)
- npm or yarn
-
Clone the repository:
git clone https://github.com/yourusername/spot-parking-management.git cd spot-parking-management -
Install dependencies:
npm install # or yarn -
Start the development server:
npm run dev # or yarn dev -
Open your browser and navigate to
http://localhost:5173
The application uses environment variables for configuration. Create a .env file in the root directory with the following variables:
VITE_API_URL=your_api_url
npm run build
# or
yarn buildThe build artifacts will be stored in the dist/ directory.
npm run test
# or
yarn test- Fork the repository
- Create your feature branch (
git checkout -b feature/amazing-feature) - Commit your changes (
git commit -m 'Add some amazing feature') - Push to the branch (
git push origin feature/amazing-feature) - Open a Pull Request
The application follows a clean, modern design with:
- Color Palette: Primary accent color (#FD593E) with neutral tones
- Typography: Cairo font family for all text elements
- Layout: Clean, spacious grid layout with consistent padding and margins
- Components: Card-based UI elements with subtle shadows and rounded corners
This project is licensed under the MIT License. See the LICENSE file for details.
For questions, suggestions, or support, contact:
- Project Lead: Ric S Kolluri
- Email: ricskolluri@gmail.com
- Developed for: DAI Companies as a Demo
- Date: 6/15/2025
MIT License
Copyright (c) 2025 Ric S Kolluri
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.