Todolist

My attempts to make a todolist app using angular2,material design module

How to run

  1. open todolist/ folder in the terminal and type :"npm i"
  2. open todolist/ folder in the terminal and type :"npm run buld"
  3. open fakeServer/ folder in the terminal and type "npm i"
  4. open fakeServer/ folder in the terminal and type "npm start"

Features

  • 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

used libs: