Skip to content

Latest commit

 

History

History
67 lines (60 loc) · 3.48 KB

File metadata and controls

67 lines (60 loc) · 3.48 KB

React

My solution proposals for the React exercises.

freeCodeCamp module description:

"React is a popular JavaScript library for building reusable, component-driven user interfaces for web pages or applications. React combines HTML with JavaScript functionality into its own markup language called JSX. React also makes it easy to manage the flow of data throughout the application. In this course, you'll learn how to create different React components, manage data in the form of state props, use different lifecycle methods like componentDidMount, and much more."

Exercises

⬅️ Back to main file


Disclaimer: This repository should not be viewed as a facilitator for these courses.
This is intended to highlight and memorize my journey through this certification.