A trello clone in Bootstrap and AngularJS
####A task given by Yumist for interview.
####functionality so far:
- Search cards
- Edit cards
- Delete cards
- Add new cards
####Issues (count as todos):
- Validations not applied so input boxes can take any values (int, string...any value).
- Priority value should not be more than 9 otherwise cards wont arrange according to the priority.
- ...
- ..
P.S. No persistence functionality added (no database). P.P.S Limited time...No testing done...lots of improvement required.