React Hooks

Please click on the links below to start.

Lesson 1 Creating a react project using the create-react-app tool
Lesson 2 Class Component and Functional Component with the userState hook (Create a counter)
Lesson 3 Creating a torch light that turns on and off with class and functional components using the userState hook
Lesson 4 Class component and Functional component and the useEffect hook 
Lesson 5 Cleaning up listeners without a supportive API - Finding the geo location and speed
Lesson 6 Login form with multiple statue values - useState hook
Lesson 7 Registration form with a single state value - useState hook 
Lesson 8 Fetching news using a free API and React hooks ( useEffect hook, useState hook, useRef hook)
Lesson 9 Use React hooks to create a To-Do app part 1
Lesson 10 Use React hooks to create a To-Do app part 2
Lesson 11 Use React hooks to create a To-Do app part 3
Lesson 12 Deploy the app on vercel (previously known as now.sh) - free hosting of the To-Do App
Lesson 13