Skip to content

Latest commit

 

History

History
20 lines (15 loc) · 548 Bytes

README.md

File metadata and controls

20 lines (15 loc) · 548 Bytes

trello-clone

A trello clone in Bootstrap and AngularJS

####A task given by Yumist for interview.

####functionality so far:

  1. Search cards
  2. Edit cards
  3. Delete cards
  4. Add new cards

####Issues (count as todos):

  1. Validations not applied so input boxes can take any values (int, string...any value).
  2. Priority value should not be more than 9 otherwise cards wont arrange according to the priority.
  3. ...
  4. ..

P.S. No persistence functionality added (no database). P.P.S Limited time...No testing done...lots of improvement required.