Demo app that compares a job listing to potential hires.
See it live at: cy-prospectr.herokuapp.com. See the original draft on Twitter
- 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
- Better match detecting
- Dynamic match rating
- Integrations tests, Acceptance tests
- Edit as User, Edit as Employer
You will need the following things properly installed on your computer.
- Git
- Node.js (with NPM)
- Ember CLI
- Google Chrome
git clone https://github.com/cyarbrough/prospectrcd prospectrnpm run install-app
ember serve- Visit prospectr at http://localhost:4200.
ember testember test --server
npm run coverage- Coverage reports have been provided in this repo; see coverage/index.html
ember build(development)ember build --environment production(production)
npm run deploy-prod