A mobile-responsive web application that provides tips and guidance on navigating digital content with accessibility in mind. This project focuses on keyboard navigation, screen readers, touch interfaces, and more.
- Keyboard Navigation Tips: Learn essential keyboard shortcuts for navigating websites without a mouse
- Focus Indicators: Understand the importance of visible focus states
- Screen Reader Support: Best practices for making content work with screen readers
- Text Size & Contrast: Guidance on readable text and good color contrast
- Touch Navigation: Tips for making content touch-friendly
- Voice Control: Support for voice-based navigation
- Interactive Practice Area: Try keyboard navigation in a safe environment
- High contrast color scheme (blue and yellow) with proper contrast ratios
- Keyboard navigation fully supported
- Skip to content link
- Proper heading structure
- Focus indicators
- Responsive design for all device sizes
- Support for high contrast mode
- Reduced motion option
- Semantic HTML structure
No special tools are required to run this project. It's a pure HTML/CSS/JavaScript application.
-
Clone the repository
git clone https://github.com/Jerlyn/digital-navigation-helper.git -
Navigate to the project directory
cd digital-navigation-helper -
Open
index.htmlin your web browser
You can view a live demo at: https://jerlyn.github.io/digital-navigation-helper
To deploy this project to GitHub Pages:
- Go to your GitHub repository
- Click on Settings
- Scroll down to GitHub Pages section
- Select the branch you want to deploy (usually
main) - Save the changes
Contributions are welcome! Please feel free to submit a Pull Request.
- Fork the project
- Create your feature branch (
git checkout -b feature/AmazingFeature) - Commit your changes (
git commit -m 'Add some AmazingFeature') - Push to the branch (
git push origin feature/AmazingFeature) - Open a Pull Request
This project is licensed under the MIT License - see the LICENSE file for details.
- Font Awesome for the icons
- The accessibility community for guidance and inspiration
This project aims to be accessible to all users, regardless of ability or method of navigation. If you encounter any accessibility issues, please report them as an issue on GitHub.