Skip to content

Latest commit

 

History

History
20 lines (18 loc) · 713 Bytes

README.md

File metadata and controls

20 lines (18 loc) · 713 Bytes

ember-task-management

A Simple Personal Task Management Application where you can create multiple board,list and card. What can be done using this application? You can create multiple boards inside which we can create lists to save our tasks. Each task can be rearranged and each list can be dragged and dropped to rearrange the position.

PreRequisites Needed

  • NPM
  • NodeJs
  • EmberJs
  • Ember-cli

Tips for running this Application

  • Download/Clone the repository
  • run "npm install"
  • After the dependecy modules are installed, Run "ember serve"
  • Visit the localhost:4200 to view and experience the site)