Skip to content

Avijit07x/React-Tailwind-Todo-App

Repository files navigation

React Todo App

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.

Table of Contents

Installation

  1. Clone the repository:

    git clone https://github.com/Avijit07x/React-Tailwind-Todo-App.git
  2. Navigate to the project directory:

    cd React-Tailwind-Todo-App
  3. Install dependencies:

    npm install

Usage

  1. Start the development server:

    npm run dev
  2. 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:

Features

  • 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.

Deployment

The app is deployed and accessible at https://todo-app-github-avijit07x.netlify.app/.