Skip to content

Latest commit

Β 

History

History
26 lines (18 loc) Β· 1019 Bytes

README.md

File metadata and controls

26 lines (18 loc) Β· 1019 Bytes

React Tutorial - Counters βœŠβ˜βœŒπŸ€ŸπŸ––πŸ–

πŸ”’ Simple set of Counters using React

πŸ‘¨β€πŸ’» The App consists of a Counters component that shows multiple Counter components that can be reset to zero and individually deleted, and a NavBar component at the top of the page that keeps track of the number of non-zero counters.

πŸ‘‰ Try it here: kevduc.github.io/react-tutorial

πŸ‘¨β€πŸ« Created as part of an exercise in Mosh's Tutorial video: React JS - React Tutorial for Beginners.

🎯 Goal of this project

πŸ‘¨β€πŸŽ“ Learn React, including:

  • Understand the basics of how React works (virtual DOM, rendering, etc.)
  • Setup a React project
  • Create Stateless/Stateful Functional/Class Components
  • Define and update the state
  • Handle Events
  • Compose Components
  • Use props
  • Lifting the state up
  • Lifecycle Hooks

✨ Bonus ✨

Practice Bootstrap to style the App