You can manage your tasks with this web application.
This app
work without refreshing or redirecting.everything heppens with AJAX system.
First you should install node.js on your system in debian linux you can type below command to install node.js
sudo apt install node
Now clone this package on your system:
git clone https://github.com/soroush-habibi/ToDoList-with-Express.js.gitor download it directly
Now open your terminal in source folder and execute below command:
npm installType below command in terminal:
node indexNow Web Server is running on 3000 port by default.you can change port in ".env" file.now open below link in your browser:
localhost:3000You can also use loopback address