Toy Components for a React Crash Course
To set up from scratch:
1 npm create vite
2 select react and then typescript
3 clear App.tsx
4 update index.css
5 perform the following installation command: npm i react-hook-form zod react-icons @hookform/resolvers
Another project, expensetracker is also include for reference.