Skip to content

Alarlar/todo-app-react

Repository files navigation

Todo App (React)

A simple todo app built with React for task management.

Technologies

  • React
  • JavaScript
  • CSS

Installation

Clone the repository and install dependencies:

git clone https://github.com/yourusername/todo-app-react.git
cd todo-app-react
npm install
npm start

Usage

  1. Add a Task:

    • Type the task name in the input field.
    • Click the 'Add' button to add it to the list of tasks.
  2. Mark Task as Completed:

    • Click the checkbox next to a task to mark it as completed. Completed tasks will appear with a strike-through.
  3. Delete a Task:

    • Click the 'Delete' button next to any task to remove it from the list.
  4. Filter Tasks:

    • You can filter tasks to view only completed tasks, active tasks, or all tasks.
Screen.Recording.2025-02-08.at.6.43.30.PM.mov

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published