This repository contains all the projects I completed as part of the Responsive Web Design Certification offered by freeCodeCamp. These projects showcase my understanding of HTML, CSS, and responsive design principles.
-
Survey Form
- A form-based webpage where users can submit their responses.
- Demonstrates form validation, accessibility, and layout techniques.
-
Tribute Page
- A simple webpage dedicated to a person or topic of your choice.
- Focuses on semantic HTML and basic CSS styling.
-
Technical Documentation Page
- A documentation-style webpage for a specific topic.
- Emphasizes navigation, typography, and readability.
-
Product Landing Page
- A marketing webpage for a product or service.
- Highlights the use of flexbox, grid, and responsive layout design.
-
Personal Portfolio
- A portfolio showcasing your work and skills.
- Combines all skills learned, including responsiveness, design consistency, and interactivity.
- HTML5: For structuring the content and ensuring semantic clarity.
- CSS3: For styling and layout, including flexbox and grid.
- Responsive Design: To create web pages that look great on devices of all sizes.
- Accessibility: Ensuring all projects meet web accessibility standards.
This repository is part of my journey to earning the Responsive Web Design Certification from freeCodeCamp.
You can view each project by opening the corresponding folder and launching the index.html
file in your browser.
Alternatively, you can clone this repository and serve the files locally:
git clone https://github.com/Gengo-bit/Responsive-Web-Design.git
cd Responsive-Web-Design
This repository is licensed under the MIT License. Feel free to use or modify the code for your own purposes.
- freeCodeCamp Profile: Gengo-bit
- Certification Curriculum: Responsive Web Design
Happy coding! 🎉