Skip to content

Latest commit

 

History

2 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 

Repository files navigation

Coding Challenge

In order to be considered for this position, you must complete the following steps.

Note: This task should take no longer than 1-2 hours at the most.

Prerequisites

Task

  1. Fork this repository
  2. Create a source folder to contain your code.
  3. In the source directory, please create an WebpackJS/ExpressJS/ReactJS/ES6 app that accomplishes the following:
    • Connect to the Github API
    • Find the nodejs/node repository
    • Find the most recent commits (choose at least 25 or more of the commits)
    • Create a route that displays the recent commits by author.
    • If the commit hash ends in a number, color that row to light blue (#E6F1F6).
  4. Dockerize your application by writing a docker.yml file and test it by running the container locally.
  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

Tests

Create the following unit tests with the testing framework of your choice:

  1. Verify that rows ending in a number are colored light blue.

Once Complete

  1. Commit and Push your code to your new repository
  2. Send us a pull request, we will review your code and get back to you

Notes

  • When building the react application, you are free to use any type of css/html library if you choose to
  • You are free to write and modularize code any way you like just as long as you follow the requirements
  • 4 spaces for indentation! No tabs!
  • If you don't know how to do something, Google is your friend!

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors