Skip to content

This app made by using Vue.js which is one of the framework of Javascript.

Notifications You must be signed in to change notification settings

enesoeztekin/to-do-app-with-vue-js

Repository files navigation

to-doo

Preview:

alt text

User Interface Using

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. 

Project setup

npm install

Compiles and hot-reloads for development

npm run serve

Compiles and minifies for production

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

Lints and fixes files

npm run lint

Customize configuration

See Configuration Reference.

About

This app made by using Vue.js which is one of the framework of Javascript.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published