Skip to content

Nikhil-1426/ParkOn

 
 

Repository files navigation

Created During :

Event Logo Event Name Event Description
FossHack 2024 FOSS Hack 2024 is the fourth edition of FOSS Hack, a hybrid hackathon to promote Free and Open Source Software by bringing together students and professionals to build or extend FOSS projects.

Introduction

📝 Introduction

Welcome to ParkOn, the ultimate solution for finding and reserving parking spots! Whether you're looking for the closest parking location in an open area or within a multi-storey building, ParkOn has you covered. With our app, you can effortlessly locate the nearest available parking spot, book it in advance, and reserve your spot to ensure you have a hassle-free parking experience. Additionally, ParkOn helps you keep track of where you parked, so you'll never have a problem finding your vehicle again.

🎥 Demo Video

https://drive.google.com/file/d/1Ro0Go1gxuyV0ghB_V0dvWI1hvkg0ezC2/view?usp=drivesdk

📸 Screenshots

       
      

⭐ Features

  • Closest Parking Location: Instantly find the nearest parking spots based on your current location.
  • Multi-storey & Open Parking: Access parking locations in both open areas and multi-storey buildings.
  • Advance Booking: Secure your parking spot ahead of time to avoid any last-minute rush.

🚀 Future Plans

  • Real-Time Availability: While ParkOn currently provides real-time availability updates for parking spots reserved through our app, we aim to integrate advanced sensors and IoT devices. This will help us improve monitoring and provide real-time updates even when users park without using the app.
  • Electric Vehicle Charging Stations: Adding information and booking options for parking spots with electric vehicle charging stations.
  • Voice Assistant Compatibility: Enabling voice commands for a hands-free parking experience.
  • User Reviews and Rating: Allowing users to review and rate parking locations to help others make informed decisions.

⚙️ Installation

https://mega.nz/file/bhUkVSYa#xD2Veg2cTYfCsUWBlDg0qwaUAP-_oPIbjKOOXb7xGPg

Download the above .apk file

or

  1. Clone the Repository
git clone https://github.com/FOSS-Hack/ParkOn.git
  1. Install the Dependencies
flutter pub get
  1. Run the application
flutter run

🤝 How to Contribute?

ParkOn is an open-source project, and we welcome contributions from the community to help improve it! If you're interested in contributing, please follow these steps:

  1. Fork the Repository: Click the "Fork" button at the top right corner of this repository to create a copy of the repository on your GitHub account.
  2. Clone the Repository: Clone your forked repository to your local machine using the following command:
    git clone https://github.com/your-username/parkon.git
  3. Create a Branch: Create a new branch for your feature or bug fix:
    git checkout -b feature-or-bugfix-name
  4. Make Changes: Make your changes to the codebase. Ensure your code follows the project's coding standards and conventions.
  5. Commit Changes: Commit your changes with a descriptive commit message:
    git commit -m "Description of your changes"
  6. Push Changes: Push your changes to your forked repository:
    git push origin feature-or-bugfix-name
  7. Create a Pull Request: Open a pull request to the main repository. Provide a clear description of your changes and why they are necessary.

If you find any bugs or have feature requests, please create an issue in the Issues section of the repository.

Thank you for contributing to ParkOn! Your support is greatly appreciated.

💻 Tech Stack

  • Flutter: For creating a beautiful, natively compiled mobile application.
  • Firebase: For backend services including authentication and cloud storage.
  • Google Sign-In: For secure and easy user authentication using Google accounts.
  • Figma: For designing user interfaces and creating interactive prototypes.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Dart 52.6%
  • C++ 22.3%
  • CMake 17.3%
  • Swift 2.6%
  • HTML 1.6%
  • Python 1.6%
  • Other 2.0%