A simple task manager component that stores and retrieves tasks from localStorage.
View online: https://task-manager-fm.vercel.app/
- Node
- Typescript
Install dependencies
npm install
During development
npm run dev
Build for production
npm run build