A lightweight and user-friendly Todo app created with React and styled using Tailwind CSS. Manage your tasks effortlessly with the ability to add, delete, and store todo items locally on your PC using local storage.
Clone the repository:
git clone https://github.com/Avijit07x/React-Tailwind-Todo-App.git
Navigate to the project directory:
cd React-Tailwind-Todo-App
Install dependencies:
npm install
Start the development server:
npm run dev
Task Management:
Add Todo Item: Enter a task and press click 'Add.'
Delete Todo Item: Click 'Delete' next to the item.
Local Storage: Your todo items persist locally for a seamless experience. Certainly! Here's the converted text:
Tailwind CSS Styling: Clean and visually appealing user interface.
Local Storage: Persistent storage for todo items.
Intuitive Interface: Simple and easy-to-use for efficient task management.
The app is deployed and accessible at https://todo-app-github-avijit07x.netlify.app/.