OVApp is a public transit application designed with accessibility at its core. Our mission is to empower everyone, including individuals with disabilities, to navigate public transit systems easily and efficiently.
- About the Project
- Documentatie
- Features
- Getting Started
- Usage
- Internal Development
- Roadmap
- License
- Contact
Navigating public transit can be a challenge, especially for people with mobility or sensory impairments. OVApp is built to bridge this gap by providing a user-friendly experience that prioritizes accessibility without compromising functionality for other users.
- Make public transit accessible for everyone.
- Provide real-time transit information.
- Design an inclusive user interface with features like voice navigation and high contrast modes.
- Accessible Routing: Step-free route planning, information on elevators and ramps.
- Real-Time Updates: Live transit schedules, delays, and alternative route suggestions.
- Customizable Interface:
- High contrast mode.
- Adjustable font size.
- Voice-over navigation.
- Favorite Locations: Save frequently visited places for quick access.
- Clone the repository:
git clone https://github.com/HU-F2/OVApp
- Navigate to the project directory:
cd OVApp - Install dependencies:
npm install
- Run the development server:
npm start
For internal team members, please follow these steps to make changes:
- Create a new branch:
git checkout -b feature/123-your-feature-name
- Make your changes and commit them:
git commit -m "feat(scope): add your feature description here" - Push to the remote repository:
git push origin feature/123-your-feature-name
- Open a merge request for review.
Distributed under the MIT License. See LICENSE for more information.