Skip to content

Latest commit

 

History

History
25 lines (15 loc) · 832 Bytes

File metadata and controls

25 lines (15 loc) · 832 Bytes

TypeScript Assignment

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.

Task

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.

Demo

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

Installation

npm i

How to run the project

npm start

Resources

[https://www.typescriptlang.org/docs/] [https://www.typescriptlang.org/docs/handbook/react.html] [https://react-typescript-cheatsheet.netlify.app/docs/basic/getting-started/hooks/]