Skip to content

Latest commit

 

History

History
50 lines (28 loc) · 759 Bytes

README.md

File metadata and controls

50 lines (28 loc) · 759 Bytes

React To Do List

This project is a to-do list application. It was made using React

What Can Be Done

  • The tasks that you will perform can be written

  • Can be arranged

  • Can be marked as priority

  • Those marked as priority can be filtered

  • It can be marked as finished

  • You can delete

Run It on Your Computer

Clone the project

  git clone https://github.com/remolg/Todolist.git

Go to the project directory and run

  cd "Todolist-main"
  npm install
  npm run dev

Uygulama, http://localhost:3000 adresinde çalışacaktır.

Or You can go by clicking on the link

Uygulama Ekran Görüntüsü