https://github.com/helloharendra/hp-rides
https://github.com/helloharendra/hp-rides
Last synced: 8 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/helloharendra/hp-rides
- Owner: helloharendra
- License: mit
- Created: 2024-07-08T19:40:28.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-07-08T19:41:56.000Z (almost 2 years ago)
- Last Synced: 2025-03-29T11:12:16.321Z (about 1 year ago)
- Language: C++
- Size: 263 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# HP-Rides
## Project Overview
RideWave is a Flutter-based ride-sharing app designed to provide convenient and reliable transportation services.
## Features
- User registration and authentication
- Ride booking and management
- Real-time tracking using Google Maps API
- Payment integration with Stripe
- Driver and passenger profiles
- In-app messaging
- Notifications for ride updates
## Screenshots


## Installation
To run this project locally, follow these steps:
1. Clone this repository.
2. Navigate to the project directory.
3. Install dependencies using `flutter pub get`.
4. Add your Google Maps API key to `android/app/src/main/AndroidManifest.xml` and `ios/Runner/AppDelegate.swift`.
5. Run the app using `flutter run`.
## Usage
1. Register or login to your account.
2. Book a ride by selecting your pickup and drop-off locations.
3. Track the status of your ride in real-time.
4. Complete payment securely through the app.
## Contributing
Contributions are welcome! Follow these steps to contribute:
1. Fork the repository.
2. Create a new branch (`git checkout -b feature/your-feature`).
3. Make your changes.
4. Commit your changes (`git commit -am 'Add some feature'`).
5. Push to the branch (`git push origin feature/your-feature`).
6. Open a pull request.
## Roadmap
- Implement ride-sharing feature.
- Introduce subscription plans for regular users.
- Enhance UI/UX design for better user experience.
## License
This project is licensed under the MIT License - see the LICENSE file for details.
## Contact
For questions or support, please contact [helloharendra72@gmail.com](helloharendra72@gmail.com).
## Acknowledgments
- Flutter team for the amazing framework.
- Google Maps API for location services.
## Additional Notes
- This project is currently in development and may undergo significant changes.