

Welcome, and thank you for you interest in this course.
I am a strong believer in learning by doing. If you wanted to know about how a technology works , you could have just read the documentation. But you’re here to get your hands/keyboard dirty and see how it works, especially in the real world.
In this course we would make a clone of the second most popular website in the world , YouTube! . This would be a hands on practical guide. Which means you would learn about the how to use the latest and greatest technologies in the React ecosystem, as you build the project. This is the type of project that makes your portfolio stand out and gives you alot of talking points in your interviews.
Some cool features you would build :
-
Handle voice recognition to let a user search by voice.
-
Add different color themes to your project.
-
Support different languages in your application.
-
build highly customizable and re-usable components with styled-components.
-
and so much more !
Technologies you would learn work with:
-
React
-
Javascript
-
Typescript
-
Redux toolkit
-
Styled-components
-
React router dom
-
Netlify
-
Scss
-
Web design
-
Front end dev best practices
-
… etc
What are you waiting for ? We have some work to do , let’s get started! 🙂
-
1What we are going to build
-
2Create project
-
3Fix package warning
-
4Project files cleanup
-
5Install styled-components
-
6Creating the app container
-
7Adding fonts
-
8Adding Global styles
-
9Introducing themes
-
10Any type, Type annotations and inference
-
11More on type annotations
-
12More on Types
-
13Finish setting up themes
-
14Using theme
-
15Union types
-
16Function annotations
-
17Using theme from React Context