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.
-
Please note that this will require some basic knowledge and/or the ability to learn of the following: - JavaScript - ExpressJS - ReactJS - WebpackJS - ES6 - Git - Docker
-
You will need to have the following installed to complete this task - NodeJS - Docker
- Fork this repository
- Create a source folder to contain your code.
- 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).
- Dockerize your application by writing a docker.yml file and test it by running the container locally.
- Commit and Push your code to your new repository
- Send us a pull request, we will review your code and get back to you
Create the following unit tests with the testing framework of your choice:
- Verify that rows ending in a number are colored light blue.
- Commit and Push your code to your new repository
- Send us a pull request, we will review your code and get back to you
- 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!