This project is a to-do list application. It was made using React
-
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
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.