#Test task for Crello project.
#Goal
Create a kickass TODO application.
Application should support basic CRUD operations for todo lists. User should have an ability to view, add, remove, complete/uncomplete his todos; Todos should be saved to database of your choice (Refer http://todomvc.com/ as example)
- Application should support universal(isomorphic) rendering (Both on client and server)
- Backend code should be covered with functional tests. Client-side tests are plus.
- Should be a clear README, describing how to install dependencies, prepare infrastructure and launch application
Project should be uploaded to applicant's github account with full commit history.