Skip to content

christinemtrinh/ReactTutorial

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

first-react-app

Simple expense tracker app. Through this project I learned the foundations of React:

Basics
  • components
  • props + keys
  • JSX expressions
State and Events
  • event listeners
  • child-to-parent communication
  • two-way binding
Conditional Content
  • outputting stateful lists
  • dynamic charts

first-react-app-demo

second-react-app

Simple to-do list app. Besides reviewing the previously mentioned concepts, I learned about different methods of dynamic styling:

  • HTML inline styles
  • CSS modules
  • styled-components package

second-react-app-demo

third-react-app

Same project as the second, except the instructor injected minor bugs. Therefore, I learned how to debug by:

  • Dissecting the error message
  • Tracing the functionality and testing application behavior
  • Adding breakpoints through the browser console
  • Installing a browser extension called React DevTools

About

React Udemy course provided by Maximilian Schwarzmüller

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published