/todoapp

ToDo app that helps you stay organized and manage your tasks effortlessly. Add, complete, and delete tasks with ease.

Primary LanguageJavaScript

Todo App

This is a simple Todo app built with React that allows you to manage your tasks. You can add, mark as completed, and delete tasks.

Table of Contents

Demo

You can see a live demo of the Todo App [here].

Features

  • Add new tasks with descriptions.
  • Mark tasks as completed.
  • Delete tasks.
  • Organize tasks into "Active Tasks" and "Tasks done" categories.

Installation

  1. Clone the repository to your local machine:
    git clone https://github.com/afreenpoly/todoapp.git
  2. Navigate to the project directory:
    cd todo-app
  3. Install dependencies:
    npm install
    

Usage

  1. Start the development server:
    npm start
  2. Open your web browser and go to http://localhost:3000.
  3. Use the app to manage your tasks by adding, marking as completed, and deleting them.

License

This project is licensed under the MIT License