Skip to content

Latest commit

 

History

History
23 lines (14 loc) · 762 Bytes

File metadata and controls

23 lines (14 loc) · 762 Bytes

#Test task for Crello project.

#Goal

Create a kickass TODO application.

Feature requirements

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)

General Techical Requirements

  1. Application should support universal(isomorphic) rendering (Both on client and server)
  2. Backend code should be covered with functional tests. Client-side tests are plus.
  3. Should be a clear README, describing how to install dependencies, prepare infrastructure and launch application

Code delivery

Project should be uploaded to applicant's github account with full commit history.