Skip to content

prakashsejwani/Test-Application

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Little Job Application Challenge

Please follow these steps

  1. Fork this repository (if you don’t know how to do that, google is your friend)
  2. Create an easy Tasks-Lists tool using Ruby on Rails that accomplishes the following:
    • a User has many Task-Lists
    • a Task-List has many tasks
    • a Task has a title and description
    • a Task can have a due date
    • a Task can be checked as “done”
  3. Polish your code as much as possible, use Rails with its possibilities
  4. You can earn extra credits. Examples:
    • Deployment on heroku.com
    • Tasks created by incomming E-Mail
    • Share a Task-List using special/secret URL
    • Webhook for finished tasks
    • …?!
  5. Commit and Push your code to your new repository
  6. Send us a pull request, we will review your code and get back to you

About

Test Application

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Ruby 98.1%
  • JavaScript 1.9%