Skip to content

cyarbrough/prospectr

Repository files navigation

prospectr

Demo app that compares a job listing to potential hires.

See it live at: cy-prospectr.herokuapp.com. See the original draft on Twitter

Features

  • Fetches job listing & prospect data from JSONAPI structured json file
  • Processes model data into local models
  • Loads data into discreet components
  • Compares data to determine equality
  • Palette based, minimal design
  • Dynamic charts
  • Mobile responsive
  • 100% unit test coverage

Potential Expansion

  • Better match detecting
  • Dynamic match rating
  • Integrations tests, Acceptance tests
  • Edit as User, Edit as Employer

Prerequisites

You will need the following things properly installed on your computer.

Installation

  • git clone https://github.com/cyarbrough/prospectr
  • cd prospectr
  • npm run install-app

Running / Development

Running Tests

  • ember test
  • ember test --server

Running Test Coverage

  • npm run coverage
  • Coverage reports have been provided in this repo; see coverage/index.html

Building

  • ember build (development)
  • ember build --environment production (production)

Deploying

  • npm run deploy-prod

Further Reading / Useful Links

About

prospectr - compare prospects to your job specs.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors