Skip to content

Latest commit

 

History

History
60 lines (39 loc) · 1.51 KB

README.md

File metadata and controls

60 lines (39 loc) · 1.51 KB

To-Do APP

Table of Contents

About

This Todo app is a simple yet powerful task management application designed to help users organize their daily activities efficiently. The app provides an intuitive interface for creating, editing, and managing tasks effortlessly.

Features:

Task Creation: Add new tasks with ease and set specific details for each task. Task Management: Edit, mark as completed, or delete tasks as needed. Drag-and-Drop: Reorder tasks effortlessly through intuitive drag-and-drop functionality. Local Storage: Persistently stores tasks locally to ensure data remains accessible across sessions. Cross-Device Compatibility: Responsive design ensures usability across various devices and screen sizes.

Requirements

Before you begin, ensure you have met the following requirements:

  • Node.js: Make sure Node.js is installed on your system.
  • Yarn: Make sure Yarn is installed on your system.

Installation

Follow these steps to set up and run your frontend project:

  1. Clone the repository:

    git clone [email protected]:guerrerocing/react-to-do-list.git
  2. Navigate to the project directory:

    cd react-to-do-list
  3. Install the project dependencies:

    yarn install

Usage

  1. Start the project:

    yarn dev
  2. Access your browser http://localhost:5173