A simple Todo List web application built with React, TypeScript, and Tailwind CSS. The app allows users to create, edit, and delete tasks, as well as search for tasks by name.
- Add new tasks
- Edit existing tasks
- Delete tasks
- Search for tasks by name
- React
- TypeScript
- Tailwind CSS
- Vite
- React Router
- Other dependencies
To get started with the Todo List app, follow these steps:
- Clone the repository: git clone https://github.com/sohaibproject/todo-list.git
- Install dependencies: cd todo-list npm install
- Run the app