Ride&Move aims to revolutionize urban mobility by providing a flexible and efficient on-demand transportation solution. Our goal is to tackle public challenges related to traffic congestion, environmental impact, and accessibility. By leveraging modern technology and community-driven development, Ride&Move seeks to enhance the quality of life in urban areas, making transportation more efficient, sustainable, and inclusive.
- User Apps: Intuitive mobile applications for passengers and drivers to request and offer rides seamlessly.
- Routing: Advanced routing algorithms to optimize travel times and reduce congestion.
- Admin Panel: Comprehensive dashboard for administrators to manage and monitor the system.
- Cloud Development Kit (CDK): Tools for deploying and managing the infrastructure in a cloud environment.
We welcome contributions from developers of all skill levels! Follow these simple steps to get started:
- Fork the repository: Click the "Fork" button at the top right corner of this page to create your own copy of the repository.
- Clone your fork: On your local machine, use
git clone <your-fork-url>
to clone your forked repository. - Create a branch: Create a new branch for your feature or bug fix with
git checkout -b <branch-name>
. - Make changes: Implement your changes and commit them with clear and concise commit messages.
- Push your branch: Push your changes to your fork with
git push origin <branch-name>
. - Submit a pull request: Open a pull request to the main repository and provide a detailed description of your changes.
No special software installations are required for now. You just need Git for version control. Of course, the dependencies in the sub-projects like
- Apps
- Cloud Development
- Admin Panel
- Routing
can vary significantly.
Join us in making urban mobility smarter and more accessible for everyone. Your contributions can make a real difference!
Happy coding!
The Ride&Move Team