Skip to content

Latest commit

 

History

History
61 lines (40 loc) · 2.22 KB

README.md

File metadata and controls

61 lines (40 loc) · 2.22 KB

Responsive Web Design Projects

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.

Projects

  1. Survey Form

    • A form-based webpage where users can submit their responses.
    • Demonstrates form validation, accessibility, and layout techniques.
  2. Tribute Page

    • A simple webpage dedicated to a person or topic of your choice.
    • Focuses on semantic HTML and basic CSS styling.
  3. Technical Documentation Page

    • A documentation-style webpage for a specific topic.
    • Emphasizes navigation, typography, and readability.
  4. Product Landing Page

    • A marketing webpage for a product or service.
    • Highlights the use of flexbox, grid, and responsive layout design.
  5. Personal Portfolio

    • A portfolio showcasing your work and skills.
    • Combines all skills learned, including responsiveness, design consistency, and interactivity.

Technologies Used

  • 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.

Certification

This repository is part of my journey to earning the Responsive Web Design Certification from freeCodeCamp.

How to View the Projects

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

License

This repository is licensed under the MIT License. Feel free to use or modify the code for your own purposes.


Links


Happy coding! 🎉