Preview:
1) Double-click onto each task to toggle its reminder.
2) Add task button, which is green, is to toggle the display of AddTask Component which has input fields such as Task title, date of task and set reminder.
3) You can use the X icon on each task to delete spesific task.
npm install
npm run serve
npm run build
Using JSON Database (This is necessary for CRUD operations. Otherwise, you cannot use data coming from 'db.json' file.)
npm install -g json-server
json-server --watch db.json
npm run lint