This is a simple ToDo List App built with React and TypeScript. You can find the figma design here
- Add a new task
- Remove a task
- Have them saved in local storage
Simply clone the repo and run npm install to install all the dependencies.
git clone https://github.com/sum117/todo-list.git
cd todo-list
npm installFinally, run npm run dev to start the development server.