Skip to content

Tout/tout_fe_interview

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Tout Frontend Interview Project

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.

Task

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.

Usage

Part 1: Create a brand new repository

New Repo

  1. Open the new repository page: https://github.com/new
  2. Name it "tout_fe_interview"
  3. Select "Private"
  4. Click "Create repository" button.

Part 2: Import the sample project into your repo

  1. On the homepage for your new repository, click the "Import Code" button

Import Code

  1. 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

Clone URL

  1. Wait 30 seconds
  2. Go to your new repository

Part 3: Clone your repo and start working

  1. Clone your repo (Substitute your account name below)
git clone [email protected]:[YOUR_GITHUB_NAME_HERE]/tout_fe_interview.git
  1. Build the code and start the server
cd tout_fe_interview
make
  1. Commit your code and push

Part 4: Share your repo with Tout

Share Access

  1. Click the "Settings" tab

  2. Click on the "Collaborators" tab.

  3. Add ripter as a collaborator

About

Take home test for Frontend candidates.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published