Skip to content

thehelpfultipper/add_user_react

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

React: Add User App

✨ Objective ✨
Build a simple application that allows a user to add a name and age to a list. If there is an error in either entry, a modal will pop up to notify the user.

Since this is my first official React project, I’ll be breaking it into parts touching on:

  • creating components with JSX
  • managing state across components
  • adding styles to React components
  • defining logic in components
  • passing data across components

✨ On Blog ✨
How To Start Your React Journey: Create React App (Part 1)
How To Build Dynamic React Components With JSX (Part 2)
How To Add Styles To React Components (Part 3)
How To Master React State & Event Handlers (Part 4)
How To Handle React Lists And Conditionals (Part 5)
How To Work With React Fragments, Portals, And Refs (Part 6)

✨ Class ✨
https://www.udemy.com/course/react-the-complete-guide-incl-redux/

✨ Website ✨
<< The Helpful Tipper >>