Task Manager - A Typescript-based React Project
This task manager project was a personal project that I did in order to help solidify Typescript and React as I had recently learned them. This project taught me Typescript basics such as interfaces, union types, and imports/exports. I also learned a lot about React, such as how to setup and navigate different pages, how to use Typescript with HTML, and even a bit about how to style pages.
About The Project


This Task Manager allows the user to do a variety of different things. The user can add a task, edit a task, remove a task, or clear all tasks. They can also attempt to save their current task list to a .txt and open a .txt file. If the user tries to open a txt file, then it must be in the same form as txt files that are created with the save command, otherwise the task list will not be properly created.
Project Capabilities



