Here is the post TypeScript workshop assignment. The goal of this task is to give you some basic context of how to type things you will run into quite a lot in what we do on a daily basis.
Your task is to replace all of the : any typings with proper typings.
To start the task, one of you will fork the repo and add each other to the project. Make sure to mob program the task.
On Friday you will demo how you solved the solution. Try to explain how you guys went about solving it and what you think of using TypeScript
npm i
npm start
[https://www.typescriptlang.org/docs/] [https://www.typescriptlang.org/docs/handbook/react.html] [https://react-typescript-cheatsheet.netlify.app/docs/basic/getting-started/hooks/]