Skip to content

V3n0nX/To-Do-List-App

Repository files navigation

HTML TailwindCSS React Vite

To-Do List App

A responsive and interactive to-do list application built with React.
This app helps users manage their daily tasks efficiently by adding, completing, and deleting items.
The app uses localStorage to save tasks, ensuring they persist even after the page is refreshed.

TodolistApp preview

Features

  • Add Tasks: Enter tasks in the input field and click "Add" to create new to-dos.
  • Mark as Complete: Click on tasks to toggle between complete and incomplete states.
  • Delete Tasks: Remove tasks using the delete button.
  • Local Storage Integration: Tasks are saved in local storage and persist after reloading the page.
  • Responsive Design: Optimized for various screen sizes.

TodolistApp preview

Technologies Used

  • React: Component-based architecture for building the user interface.
  • Tailwind CSS: For modern and responsive styling.
  • LocalStorage: To store and retrieve tasks.

Getting Started

  1. Clone the repository:

    git clone https://github.com/V3n0nX/to-do-list-app.git
    cd your-repo
  2. Install the required dependencies:

    npm install
  3. Run the development server:

    npm run dev
  4. Open your browser and visit [http://localhost:5173/] to see the page in action!

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published