Welcome to the ParkingFinderApp β Your go-to solution for finding and managing parking spaces effortlessly!
Built with the robust power of Angular CLI version 18.2.0, ParkingFinderApp is designed to provide users with a seamless and real-time parking experience. Whether you're looking for a spot in a crowded city or managing parking spaces in your building, this app has got you covered!
- π Real-time Parking Finder: Instantly locate available parking spaces near you.
- π± Mobile & Desktop Friendly: A fully responsive design for on-the-go or desktop browsing.
- π‘ Intuitive Interface: Clean, modern design with user experience at the forefront.
- π οΈ Customizable Components: Easily tweak and extend the app to suit different needs.
- Install Node.js
- Install Angular CLI
- Clone the repository:
git clone https://github.com/your-repo/parking-finder-app.git cd parking-finder-app
- Install Dependencies:
npm install
- Run the development server:
ng serve --open