The frontend for ParkMate, a smart parking management system designed to simplify parking for users and streamline operations for admins.
ParkMate helps users easily find and reserve parking spaces while providing admins tools to manage parking operations efficiently. This repository contains the React-based frontend of ParkMate.
- React.js: For building the user interface.
- Tailwind CSS: For responsive and modern UI styling.
- React Router: For managing application routes.
- Figma: For design prototyping.
- Deployed using: Firebase.
- Showcases services and testimonials.
- Displays parking statistics (available, booked, and total spots).
- Rotating customer reviews with sleek animations.
- Optimized for mobile, tablet, and desktop.
- Admin-specific features for managing parking spaces and user roles.
Clone the repository:
git clone https://github.com/your-username/parkmate-frontend.git
cd parkmate-frontend
Install dependencies:
npm install
Start the development server:
npm start
Open the application in your browser at http://localhost:3000.
- src/: Contains all React components and assets.
- components/: Reusable UI components like Navbar, Footer, Testimonials, etc.
- pages/: Individual pages like LandingPage, About, etc.
- assets/: Images and static files.
If you have any questions, feel free to reach out!