/rails-todo

Take home assignment from Microverse Module 9

Primary LanguageRuby

Rackspace Software Developer Ruby on Rails Take Home Test

Instructions

  1. Fork and clone this repository
  2. Complete "Requirements"

Requirements

Update the existing code to provide the following functionality:

  1. Add ability to set a due date on a Task
  2. Add ability to sort Tasks by due date
  3. Update the ListsController so that every action responds to JSON
  4. Apply Bootstrap CSS and components to make the UI more appealing

These updates should be all your own work, and it does not need to be complicated. Fewer tested features are preferred over many buggy features.

Good luck!

About the Code