W-Vawe Radio is my first independent web development project. This project is a web page that demonstrates not only the basics of HTML and CSS but also advanced layout techniques.
The W-Vawe Radio project showcases various web development skills, including:
- Adaptive Layout: The webpage is responsive and adjusts to different screen sizes.
- Text/Block Overflow Handling: The design ensures that text and blocks do not overflow their containers.
- Pixel Perfect Design: The layout is made with precision to match the design specifications.
- BEM Classification: The project follows the Block Element Modifier (BEM) methodology for naming CSS classes.
- Accessibility: The interface is accessible from the keyboard and is optimized for screen readers.
- Responsive design that works on different devices and screen sizes.
- Proper handling of text and block overflow to ensure a clean layout.
- Pixel perfect implementation to match design mockups.
- BEM methodology for organized and maintainable CSS code.
- Accessibility features for users with disabilities.
You can view the project online through GitHub Pages:
You can view and clone the source code from the GitHub repository:
To run the W-Vawe Radio project locally, follow these steps:
- Clone the repository:
git clone https://github.com/kate8382/w_vawe_radio.git
This project is licensed under the MIT License - see the LICENSE file for details.