An open API service indexing awesome lists of open source software.

https://github.com/helloharendra/hp-rides


https://github.com/helloharendra/hp-rides

Last synced: 8 months ago
JSON representation

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
![Screenshot 1](/screenshots/screenshot1.png)
![Screenshot 2](/screenshots/screenshot2.png)

## 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.