Giter Club home page Giter Club logo

todo_tally's Introduction

TODO Tally Take Home Project

Overview: This is a take home coding challenge to be completed within a 30 minute time frame. The requirements outlined below were implemented, and successfully working, in just over the 30 minute time period. Once the two pages were displaying the results I spent a little extra time cleaning a few things up.

Because of the time allotted, I left out the following:

  1. Testing. I do have another branch added_tests that contains a couple unit tests.
  2. Fancy web views. My goal was to display the proper results in a quick and simple manner.
  3. Rails. It seemed overkill to scaffold for a simple web view or two to display real time data. Also, the instructions strictly says Ruby. So I took that as not using Rails and ruby core only.

Instructions:

If you look at the following URL (https://jsonplaceholder.typicode.com/todos) you will see a response containing data that is a list of todo items. Your task is to create an application/program (script/webpage) using Ruby, to do the following:

  • Read the JSON response from the URL and calculate the number of completed todo items for each user.
  • Find the user that has completed the most todo items. I coded for more than one user as there could be a tie on max completed.

JSON Response

todo_tally's People

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.