https://github.com/2kabhishek/fcc-responsive-web-design
freeCodeCamp Responsive Web Design curriculum walk-through 🌐👣
https://github.com/2kabhishek/fcc-responsive-web-design
beginner-friendly freecodecamp freecodecamp-challenge learning reference web-development
Last synced: 5 months ago
JSON representation
freeCodeCamp Responsive Web Design curriculum walk-through 🌐👣
- Host: GitHub
- URL: https://github.com/2kabhishek/fcc-responsive-web-design
- Owner: 2KAbhishek
- License: gpl-3.0
- Created: 2020-06-11T12:42:58.000Z (about 6 years ago)
- Default Branch: main
- Last Pushed: 2023-02-16T07:38:51.000Z (over 3 years ago)
- Last Synced: 2025-06-04T22:36:44.728Z (about 1 year ago)
- Topics: beginner-friendly, freecodecamp, freecodecamp-challenge, learning, reference, web-development
- Language: HTML
- Homepage: https://2kabhishek.github.io/FCC-Responsive-Web-Design
- Size: 336 KB
- Stars: 4
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
## What is this
FCC-Responsive-Web-Design contains solutions to freeCodeCamp's Responsive Web Design challenges for my own reference and if anyone else needs help.
## Prerequisites
Before you begin, ensure you have met the following requirements:
- You have installed any `modern web browser`
- You have signed up at [freeCodeCamp](https://freeCodeCamp.org)
## Getting FCC-Responsive-Web-Design
To get FCC-Responsive-Web-Design, follow these steps:
```bash
git clone https://github.com/2kabhishek/FCC-Responsive-Web-Design
cd FCC-Responsive-Web-Design
```
## Sections
- [Basic HTML And HTML5](https://github.com/2KAbhishek/FCC-Responsive-Web-Design/tree/main/Basic-HTML-And-HTML5)
- [Basic CSS](https://github.com/2KAbhishek/FCC-Responsive-Web-Design/tree/main/Basic-CSS)
- [Applied Visual Design](https://github.com/2KAbhishek/FCC-Responsive-Web-Design/tree/main/Applied-Visual-Design)
- [Applied Accessibility](https://github.com/2KAbhishek/FCC-Responsive-Web-Design/tree/main/Applied-Accessibility)
- [Responsive Web Design Principles](https://github.com/2KAbhishek/FCC-Responsive-Web-Design/tree/main/Responsive-Web-Design-Principles)
- [CSS Flexbox](https://github.com/2KAbhishek/FCC-Responsive-Web-Design/tree/main/CSS-Flexbox)
- [CSS Grid](https://github.com/2KAbhishek/FCC-Responsive-Web-Design/tree/main/CSS-Grid)
## Using FCC-Responsive-Web-Design
All the solutions are stored in a tree structure that matches freeCodeCamp and can be used as a reference when going through the curriculum.
Refer to the solutions in the relevant directory whenever you are facing problems.
## What I learned
- Responsive web design principles.
- Design and Accessibility.
- CSS Flexbox and Grid
Hit the ⭐ button if you found this useful.
## More Info