This is the project code for my YouTube tutorial: https://www.youtube.com/watch?v=siTUv1L9ymM
Learn the basics of React.js with Tailwind CSS and TypeScript. You will learn:
- How to set up a new React project using Vite
- How to install & use Tailwind CSS in React
- How to think in React
- The difference between declarative and imperative code
- What are components, props, JSX, SPA, unidirectional data flow, callbacks, state, side effects, and more.
- How to build your first app with clean & well-organized code