My attempts to make a todolist app using angular2,material design module
- open todolist/ folder in the terminal and type :"npm i"
- open todolist/ folder in the terminal and type :"npm run buld"
- open fakeServer/ folder in the terminal and type "npm i"
- open fakeServer/ folder in the terminal and type "npm start"
- adding,deleting a task
- priority to tasks
- date picker
- sorting by priority and date
- postpone task
- editing task
- add backend(make a server)
- redesign for more friendly appearance