Welcome to my React learning journey! Here, you'll find various projects that I used to dive deep into React. I've documented my experiences, challenges, and solutions in learner.md files. These notes are filled with comments to help absolute beginners understand why I chose certain approaches over others.
- The Beginning of React

- Assembly Endgame
- Tenzi Game
- AI Recipe Generator (ChefClaude)
- Meme Generator
- See Yourself as a learner can figure out as they are hidden in front of you
- Trial and Error: I faced many problems and documented how I fixed them.
- Commenting: I use a lot of comments to explain my thought process.
- Side Projects: Each project is a step forward in mastering React.
- Master React: Understand React in depth.
- Help Others: Make it easier for beginners to follow along.
- learner.md: Detailed notes on problems faced and solutions found.
- Comments: Inline comments to explain code decisions.
When working on the datadriven_react project, create a .env file and add the following line with your key:
VITE_HF_ACCESS_TOKEN=your_key_here
Happy Coding! 😄