Skip to content

Latest commit

 

History

History

React

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 

ReactJS Bootcamp: Learn React Fundamentals

Welcome! This repository contains a series of lessons and exercises to help you learn the fundamentals of ReactJS and build robust React applications.

Lessons Overview

  • Components and JSX: Learn how to create reusable React components and use JSX to write React elements.
  • State and Props: Understand how to manage state and props in React components, including how to pass data between components.
  • Event Handling and Conditional Rendering: Discover how to handle events and render components conditionally in React.
  • React Hooks and Context API: Explore how to use React Hooks and the Context API to manage state and side effects in your React applications.

Getting Started

  1. Clone this repository to your local machine.
  2. Open the React project files in your favorite code editor.
  3. Follow along with the lessons and exercises to improve your React skills.

Lessons and Resources

Contributing

If you'd like to contribute to this repository, please:

  1. Fork this repository.
  2. Make your changes and updates.
  3. Submit a pull request for review.

Thank you for using this repository! We hope you find it helpful in your ReactJS journey. 💻