Documenting my learning journey of Namaste React Live Course conducted by Akshay Saini
All the repositories of this Learn React With Harshi
series contains the class notes, coding and theory assignments of Namaste React Live course conducted by Akshay Saini. The project structure is
.
+-- class-notes.md
+-- theory-assignment.md
+-- README.md
+-- index.html
+-- app.js
+-- other files like react component(in upcoming repositories)
+-- .gitignore
+-- package.json
+-- package-lock.json
Chapter-01 (Inception) was the first session of the Namaste React Live course. The whole class was excited about the beginning of a great course. We started learning react from scratch. Environment setup was clearly explained. Started with creating a simple Hello world program . First, using only html, then we tried to implement the same through javascript. Finally, we created a simple hello world program using React. Everything was done without installing any package. Unlike other courses which starts with create-react-app as first session, we tried writing the react code from zero. It was a true inception session for tranforming from ZERO to HERO in React.
One line about this chapter : React is very simple, NO PANIC please.
Check out Chapter-01 Live for the live demo of this chapter's coding assignment
If you are interested in learning other chapters of this series, please browse through the my repositories
If you have any queries/suggestions about my version of this course, please feel free to raise PR. Happy coding !!!