// the find
mosh-hamedani/react-course-part1
This repository contains the playground project I use throughout the first part of the Ultimate React course.
Playground project for Mosh Hamedani's paid React course on codewithmosh.com. It's a collection of small component examples — buttons, forms, an expense tracker — used as a scratch pad while following along with the lectures. Useless without the course.
Shows a reasonable project structure with CSS modules alongside vanilla CSS and component-level folders. Includes React Hook Form with Zod validation, which is a practical pairing worth seeing in a beginner context. The expense tracker gives a slightly more realistic example than isolated toy components.
This is course companion code, not a usable library or template — everything is half-built by design, so you can't learn much from reading it cold. Last pushed March 2023, so it's already behind on React and TypeScript versions. No tests at all. The repo only makes sense if you're paying for the course, which limits its standalone value significantly.