Todo-App

In this project, I developed a to-do app using React.

Live

You can find the live version

Setup

Install the required packages:

npm install

Run the project

You can start the application by running the following command in the project directory:

npm start

Open http://localhost:3000 with your browser to see the result.

This to-do app includes the following features:

  • Adding a new todo
  • Delete todo's
  • Completing a todo
  • Filtering completed todos (All, Completed, Uncompleted)
  • Deleting completed todos

Ekran görüntüsü 2023-04-07 235603