/ignite-react-01-github-explorer

Activities from the first module of the React course offered by Rocketseat Ignite

Primary LanguageTypeScript

Ignite course activities and challenges

ReactJS

  1. ReactJS Fundamentals

In this module we will create the base structure of a React application using tools such as Webpack, Babel, Webpack Dev server, SASS, Source Maps, Fast Refresh and we will discover important React concepts such as components, properties, states, and hooks. In addition, we will set up TypeScript in our project to add static typing to the application.

Challenges

  1. Apply the ReactJS Fundamentals

In this challenge, we will create a TODO list application as specified on this link.

  1. Application Componentization

In this challenge, we will use the Lifting State Up concept from ReactJS to get the application componentization applied. Follow this link to read the challenge instructions.