This project is a simple Todo List App built with React, TypeScript, and Vite. Users can add tasks, mark them as completed, and their list is saved in the browser’s local storage. 👨💻
The goal of this project was to strengthen my understanding of TypeScript in a practical setting by defining clear types for data structures, applying type safety to react state and functions, and integrating TypeScript features into a modern frontend workflow.
- React
- Typescript
- Task creation with custom titles
- Display of all current tasks in a clear list
- Mark tasks as completed or incomplete
- Remove individual tasks from the list
- Automatic persistence of tasks using local storage
npm install
npm run start