A small project whose purpose is to provide some context on using React with Typescript on a starter level
This is meant for the absolute beginners!
Start at src/TextField/index.tsx and do the tasks below!
progress holds interim results after each tasks, while finished holds the end result.
- Make it a React Functional Component Type
- Display a user with a name and age
- Display an optional special greeting
- Separate Typing Logic
- Add a button with a reference to it
- Add increment functionality to the button
- Make it say 'Good Job!' when you reach 10
Extra
- String Litterals
- Separate Types File