/React-apps

The apps I created when learning React

Primary LanguageJavaScript

React-apps

The apps I created when learning React :

The Counter-App is a list of counters which each counter controle its state. This app introduces the use of the react basics:

  • Components
  • State
  • Props
  • Event handling
  • Functional components
  • Life cycle hooks

Vidly display a list of movies with a banch of options, this app uses :

  • Pagination
  • Type checking / default props, with PropTypes
  • Filtering
  • Sorting
  • Reuable Components
  • Routing
  • Login Form
  • Routing
  • Route parameters
  • Query-string
  • Redirect
  • Nested Routing