A simple tasks list where you can add, complete, and remove tasks. This project was created to practice using React with Typescript.
- Users can create a task by entering characters inside the input field and submitting
- Users can view all their tasks
- Users can see the task number, creation date, and task content
- Users can complete and delete the tasks
git clone the-project
npm start
- React
- React Bootstrap
- Typescript
- The data is not persistent and will return to the default state when the site is refreshed.