Skip to content
This repository has been archived by the owner on Mar 29, 2024. It is now read-only.

Coding exercises for spiff front-end candidates

Notifications You must be signed in to change notification settings

SpiffInc/spiff_react_exercises

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 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. We value simple and readable code

Instructions

  1. Clone the repo (don't fork)
  2. Point the remote origin to a new repo under your account
  3. Retreive dependencies: yarn, and start the dev server: yarn start. The app should open on http://localhost:3000
  4. 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
      • create a new branch off of master
      • complete the Solution component for the exercise (the ProgressBar exercise is found in ProgressBar.js)
      • create a pull request on your repo when finished
    • v2:
      • review v2 specs
      • create a new branch off of v1
      • build on v1 to meet v2 requirements
      • create a pull request on your repo when finished
  5. Email [email protected] with a link to your repo.

Guidelines

  • **If you feel like you don't have enough time to adequately demonstrate your ability and thought process, please add a few comments explaining what you would have done with more time.
  • Please leave any comments that will help the reader understand important decisions you made, shortcuts taken, or things you would do differently in the future.
  • 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

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