This app was created during the React TypeScript Todo App tutorial (link forthcoming). I recommend following along with the tutorial video, but feel free to clone this app directly and explore the code!
Clone the app:
git clone https://github.com/nas5w/react-typescript-todo-app.git
cd react-typescript-todo-app
Install dependencies:
yarn
Run the app:
yarn start
This project was bootstrapped with Create React App.