This is task manager app that allow you to manager your daily tasks. It has task history and update statuses of each task. All tasks are written to local memory.
- Clone this repository on your local machine and go to task-manager directory.
- Run
npm installornpm ifrom your command line. - Run
npm run developto run application onhttp://localhost:5173/address.
It was written in React, TypeScript, Material UI.