a to-do list is a TypeScript in React webb app - this repository contains its frontend source code
View the deployed app »
Table of Contents
This TypeScript in React To-Do list allows us to add tasks to our list and then delete them upon clicking on them. It explores all different types with emphasis on generic ones. Also TypeScript is being applied into Context API that the app is using for managing its state.
- HTML, CSS
- TypeScript
- GitHub pages for deployment
- GitHub as a remote repository
- Visual Studio Code as a local IDE & repository.
- this project was completed as a finishing project of the Udemy course Understanding TypeScript.