This is an open book take home test. There are no right or wrong answers. The goal is to get an understanding of how you solve the problem. Creativity is encouraged. We recommend focusing on your strengths and showing off your skills.
Use any libraries or tools you want. Modify and change any file in this project to fit your needs. To help you get started, the project is a blank page built with Webpack and Babel. Mocha and ESLint are available for testing.
I need a page with six timers on it. The user should be able to see all six timers and the remaining time for each. Once a timer reaches zero, the user can click to restart the timer.
We need a function on
window
that can be called to set/reset the timers and their durations. This will be tested via the Console in Chrome, Safari, and Firefox.
- Open the new repository page: https://github.com/new
- Name it "tout_fe_interview"
- Select "Private"
- Click "Create repository" button.
- On the homepage for your new repository, click the "Import Code" button
- Enter the following URL in the "Your old repository's clone URL" field then click "Begin Import"
https://github.com/Tout/tout_fe_interview.git
- Wait 30 seconds
- Go to your new repository
- Clone your repo (Substitute your account name below)
git clone [email protected]:[YOUR_GITHUB_NAME_HERE]/tout_fe_interview.git
- Build the code and start the server
cd tout_fe_interview
make
- Commit your code and push
-
Click the "Settings" tab
-
Click on the "Collaborators" tab.
-
Add
ripter
as a collaborator