Skip to content

Oluwa-Laughter/todo-list-app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Todo List App

This is a simple Todo List app built using ReactJS. The app allows users to add, delete, edit and mark tasks as complete. It also provides sorting functionality to organize the todo list.

Features

  • Add tasks: Users can enter a task in the input field and press enter to add it to the todo list.
  • Delete tasks: Users can delete a task by clicking on the delete button next to it.
  • Edit tasks: Users can edit a task by clicking on the edit button next to it and modifying the text.
  • Mark tasks as complete: Users can mark a task as complete by clicking on the checkbox next to it.
  • Sort tasks: Users can sort the todo list by various criteria such as alphabetical order, completion status, or creation date.

Installation

  1. Clone the repository: git clone https://github.com/Oluwa-Laughter/todo-list-app
  2. Navigate to the project directory: cd todo-list-app
  3. Install dependencies: npm install

Usage

  1. Start the development server: npm start
  2. Open your browser and navigate to http://localhost:3000
  3. Use the input field to add tasks, and the buttons next to each task to perform actions such as delete, edit, or mark as complete.
  4. Use the sorting options to organize your todo list.

Author

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published