ToDo list is a simple web application to save Your daily tasks in order not to miss anything.
- Add new task
- Mark task as completed / uncompleted
- Set task priority
- Edit task
- Delete single task
- Delete completed tasks
- Delete all tasks
- HTML
- CSS
- JavaScript Vanilla
- Json-server
- Bootstrap 5
- SweetAlert2
- Patron N capas
-
npm install: install the development dependencies. -
json-server --watch api/tasks.json: to run the api.
Open http://localhost:3000 to view the api in your browser.