This is a simple task management application built using React with Vite and Tailwind CSS. With iTask, you can easily add, edit, delete, and manage your tasks effectively.
Hosted on https://itask-beta.vercel.app/
- Add Tasks: Add tasks with ease by simply typing in the task name and clicking the "Save" button or pressing Enter.
- Edit Tasks: Edit existing tasks by clicking on the "Edit" button next to the task.
- Delete Tasks: Remove tasks individually by clicking on the "Delete" button or delete all tasks at once with the "Delete All" button.
- Show/Hide Finished Tasks: Toggle to show or hide finished tasks with the checkbox provided.
- Local Storage Support: Your tasks are stored locally, so you won't lose them even if you close the browser.
To run this application locally, follow these steps:
-
Clone the repository:
git clone https://github.com/arnavnagpurkar/iTask.git
-
Navigate into the project directory:
cd iTask -
Install dependencies:
npm install
-
Start the development server:
npm run dev
This project is licensed under the MIT LICENSE - see the LICENSE file for details.
- Arnav Nagpurkar
- GitHub: arnavnagpurkar