Skip to content

Latest commit

 

History

History
24 lines (18 loc) · 888 Bytes

README.md

File metadata and controls

24 lines (18 loc) · 888 Bytes

More react projects

Vidly - build a real video rental app

  • Modern JavaScript features
  • Build reusable components
  • Build tables and lists with pagination, sorting and searching
  • Build forms with validation
  • Implement routing with React Router
  • Call HTTP services with Axios
  • Implement authentication and authorization
  • Handle and log errors effectively
  • All about Function Components and Hooks
  • Share data using React Context
  • Deploy your React apps to Heroku
  • Write clean, maintainable code like a pro
  • Shortcuts to write more code in less time

vidly-screenshot

Counter app - simulating basic calculating functions with CRUD

counter-app-screenshot