Skip to content
This repository has been archived by the owner on Jan 31, 2024. It is now read-only.
/ deprecated_sre Public archive

Coding exercises for spiff front-end candidates

Notifications You must be signed in to change notification settings

SpiffInc/deprecated_sre

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Spiff Front-end Candidate Coding Exercises

Purpose

These coding exercises are meant to help Spiff gain insight into how you would tackle actual feature requests by the product team. The exercises are relatively simple, but you are encouraged to treat them as if you were working on the Spiff codebase. This means applying the same attention to code quality, tests, pull requests, commits, etc as you normally would. Quality is valued above quantity.

Instructions

  1. Clone the repo - This is your start time
  2. Retreive dependencies: yarn, and start the dev server: yarn start. The app should open on http://localhost:3000
  3. This will take you to an index that lists the exercises. For each exercise:
  • click the exercise link from the index page
  • v1:
    • review v1 specs
    • checkout a new branch
    • complete the Solution compenent for the exercise (the ProgressBar exercise is found in ProgressBar.js)
    • create a pull request when finished
  • v2:
    • review v2 specs
    • checkout a new branch
    • build on v1 to meet v2 requirements
    • create a pull request when finished
  1. The last commit is your end time
  2. Send a link to your repo to [email protected]

Guidelines

  • Try to limit your total time to 3.5 hours. If you feel like you need more time to adequately demonstrate your ability and thought process, please do. There are likely more steps than you can complete in 3.5 hours
  • Testing: write unit tests where you can and don't worry about component tests
  • Place css and test files beside the component they relate to (same directory)
  • Feel free to use any non-human resources you like: StackOverflow, Google, reference code on Github, etc
  • If you run out of time, please add a few quick comments explaining what you would have done if you had more time. The same is true if instructions were unclear or if you have any other thoughts

Thank you for taking the time to complete this coding assessment! Don't stress too much about any one thing, we evaluate the exercises holistically.

About

Coding exercises for spiff front-end candidates

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published