Learning with freeCodeCamp
Source: Dev.to
Getting Started with freeCodeCamp
I began with the Responsive Web Design Certification and completed Building a Curriculum Online during my first session. Below is the introductory content I saw:
## Welcome to freeCodeCamp
## Full Stack Curriculum
Learn the skills to become a full stack developer
### Introduction to HTML
HTML represents the content and structure of a webpage
### Introduction to CSS
CSS is used to style a webpage
### Introduction to JavaScript
JavaScript adds interactivity to a webpage
Determined to continue learning every day, I tackled Debug Camperbot’s Profile Page, the first lab. The task was to correct the errors in the following markup:
## Hello from Camperbot!
About
My name is Camperbot and I love learning new things.
Background and Interests
I enjoy solving puzzles.
The lab provided a gentle introduction to debugging code. The current version of the freeCodeCamp curriculum makes an excellent entry point into responsive web design.
Continuing the Journey
Next, I explored the theory behind Understanding HTML Attributes, followed by another lab that reinforced my learning. I’m looking forward to continuing my journey with freeCodeCamp while using DEV Community to keep my commitment.