/react-typescript-todo-app

App created in the React TypeScript Todo App tutorial

Primary LanguageTypeScript

React TypeScript Todo App

About this Repository

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 and Run the App

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

Notes

This project was bootstrapped with Create React App.