Skip to content

A simple and intuitive to-do list application built with React and Vite.

Notifications You must be signed in to change notification settings

MielAndMoon/todo-list

Repository files navigation

To-Do List Application

A simple and intuitive to-do list application built with React and Vite.

Table of Contents

Demo

Check out the live demo of the application here.

Features

  • Add, edit, and delete tasks
  • Responsive design for mobile and desktop
  • Persists to-do list in local storage

Installation

To get started with the project, follow these steps:

  1. Clone the repository:

    git clone https://github.com/MielAndMoon/todo-list.git
    cd todo-list
  2. Install the dependencies:

    yarn
  3. Start the development server:

    yarn dev

    This will start the application on http://localhost:5173.

Usage

Once the development server is running, you can start using the to-do list application. Open your browser and navigate to http://localhost:5173.