/todolist

Primary LanguageJavaScript

ToDoList App with React

This is a simple ToDoList application developed with React. You can use this application to keep track of your daily tasks and maintain a record of what you need to do.

Features

  • Add new tasks.
  • Edit existing tasks.
  • Remove completed tasks.
  • View the creation date of each task.

Usage

Follow these steps to run the application on your local environment:

  1. Clone this repository to your local machine using the following command:
   git clone https://github.com/your-username/todo-list-react.git
  1. Navigate to the project directory:

    cd todo-list-react
  2. Install the dependencies using npm:

    npm install
  3. Start the application:

    npm start

The application will open in your default web browser. You can now start adding and managing your tasks.

How It Works

The application uses React components to manage tasks. Each task has a title, description, and creation date. You can add new tasks, edit existing tasks, and remove completed tasks. The application uses randomcolor to generate random colors for each task.

Contribute

If you'd like to contribute to this project, we welcome your contributions! You can open issues and submit pull requests to improve the application.

License

This project is licensed under the MIT License. See the LICENSE file for more details.


Made with ❤️ by Juan - https://github.com/juansm01/