dhruv / react-course-part1

This repository contains the playground project I use throughout the first part of the Ultimate React course.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

The Ultimate React Course - Part 1

This repository contains all of the code examples and exercise solutions for the first part of my Ultimate React course.

I have designed this course to teach you everything you need to know to become a proficient React developer. This course is the first part of a two-part series, covering the fundamentals. You'll learn how to:

  • Build front-end apps with React and TypeScript
  • Build reusable function components
  • Style your components using vanilla CSS, CSS modules, and CSS-in-JS
  • Manage component state
  • Build forms with React Hook Forms
  • Implement form validation using Zod
  • Connect your React apps to the backend
  • Deploy your React apps
  • Use VSCode shortcuts to increase your productivity
  • Write clean code like a pro
  • Apply best practices

By the end of this course, you'll have a solid understanding of React and be able to build real-world applications with React and TypeScript.

You can find the full course at:

https://codewithmosh.com

About

This repository contains the playground project I use throughout the first part of the Ultimate React course.


Languages

Language:TypeScript 96.1%Language:HTML 2.5%Language:CSS 1.4%