A simple and elegant ToDo List application built using React and TypeScript. This app helps users keep track of their daily tasks with functionality to add, delete, and mark tasks as completed.
- β Add new tasks
- βοΈ Edit existing tasks
- β Delete tasks
- π― Mark tasks as complete/incomplete
- ποΈ Task filtering (All, Active, Completed)
- πΎ Local storage support (persists tasks)
- π± Responsive UI
- React (with Hooks)
- TypeScript
- CSS / Tailwind CSS (choose based on your setup)
- (Optional) LocalStorage API
# Clone the repo
git clone https://github.com/yourusername/todo-ts-app.git
# Navigate into the project folder
cd todo-ts-app
# Install dependencies
npm install
# Start the development server
npm run dev