Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/kishorebabu7/parking-finder-app
🚗 Parking Finder App – Effortless parking, anytime, anywhere! Built with Angular. 🔥
https://github.com/kishorebabu7/parking-finder-app
advance-java angular angular-cli fullstack git github responsive-design springboot
Last synced: 27 days ago
JSON representation
🚗 Parking Finder App – Effortless parking, anytime, anywhere! Built with Angular. 🔥
- Host: GitHub
- URL: https://github.com/kishorebabu7/parking-finder-app
- Owner: KishoreBabu7
- License: mit
- Created: 2024-09-12T05:03:26.000Z (4 months ago)
- Default Branch: main
- Last Pushed: 2024-10-24T16:51:11.000Z (3 months ago)
- Last Synced: 2024-10-24T22:17:25.103Z (3 months ago)
- Topics: advance-java, angular, angular-cli, fullstack, git, github, responsive-design, springboot
- Language: TypeScript
- Homepage: https://parking-finder-app.vercel.app
- Size: 4.98 MB
- Stars: 1
- Watchers: 1
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
- Security: SECURITY.md
Awesome Lists containing this project
README
# 🚗 ParkingFinderApp 🚗
Welcome to the **ParkingFinderApp** – Your go-to solution for finding and managing parking spaces effortlessly!
## 🌟 Project Overview
Built with the robust power of [Angular CLI](https://github.com/angular/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!
[🌐 Visit the website](https://parking-finder-app.vercel.app)
---
## 🚀 Features
- 🔎 **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.---
## 🛠️ Development Setup
### 📋 Prerequisites
- Install [Node.js](https://nodejs.org/en/)
- Install [Angular CLI](https://angular.io/cli)### 🚧 Getting Started
1. **Clone the repository**:
```bash
git clone https://github.com/your-repo/parking-finder-app.git
cd parking-finder-app2. **Install Dependencies**:
```bash
npm install
3. **Run the development server**:
```bash
ng serve --open