Road to becoming a #mern stack developer ?? #reactjs
Himanshu Verma
Full Stack Developer | React.js | Node.js | Express.js | MongoDB | HTML5 | CSS | JavaScript | Tailwind CSS | Skilled in Frontend and Backend Development
# My React Journey
Welcome to React journey ! ??
#Chapter one ??
Overview
I document my learning experience with React over the course . As a beginner in React, I embarked on this journey to understand the fundamentals, explore best practices, and build practical projects to solidify my knowledge
What's Inside
.Daily Progress: Each day is a new chapter in my learning journey. I've documented the concepts I covered, challenges faced, and the code I wrote each day.
.Projects: I've included the projects I worked on during this period. From simple components to more complex applications, these projects showcase the evolution of my React skills.
.Resources: Find a curated list of resources that helped me along the way. Whether it's tutorials, articles, or documentation, these resources can be valuable for fellow React enthusiasts.
2. How To Start Your First Projects
Read the article to know how to Start Your Journey !!!
3. Step 1: Create a GitHub Repository :
To put your project up on GitHub, you will need to create a repository for it to live in.
## Git commands for initializing a repository :
git init
git add README.md
git commit -m "first commit"
git branch -M main
git remote add origin https://github.com/granthverma/15-Days-React-Journey.git
git push -u origin main