Giter Site home page Giter Site logo

hunt's Introduction

Hunt

Hunt helps you track your progress through the job search! Stay on top of the job listings you're interested in, and move your application through the stages (application submitted, phone screen, interview) on the way to a dope job offer.

With Hunt, you can:

  • track job positions you want to research
  • schedule phone screens and interviews
  • remember the location of an on-site interview
  • track notes for each stage (i.e. an offer's benefits package)
  • compare positions at the same stage by which has the most pressing deadline, or sort your offers by highest salary

Team

  • Product Owner: Albert Huynh
  • Scrum Master: Akshay Buddiga
  • Development Team Members: Gar Lee, Alex Chou

Table of Contents

  1. Usage
  2. Requirements
  3. Development
    1. Installing Dependencies
    2. Tasks
  4. Team
  5. Contributing

Usage

This project was built as part of Hack Reactor 39, and the codebase is open source (with attribution) under the ISC license. To get started, take a look at Development.

Requirements

  • Node 0.10.x
  • Postgresql 9.5.x

Development

Installing Dependencies

From within the root directory:

sudo npm install -g bower
npm install
bower install

Tasks

Fork the repo to your local branch. When you've cloned down to your local machine, install the dependencies by following the instructions here, and verify you have all the required software listed here.

Open Postgres in your terminal and create databases named 'hunt' and 'hunttest'. The 'hunt' db is the real db, while 'hunttest' is used during testing.

Run grunt start or nodemon app.js in the root folder to start the app. You may need to run it a couple times at first so that all the db tables are created with the correct relations.

To run tests, run grunt test or npm test. Again, you may need to run it a couple times at first so that the db tables in the test db are created properly.

If you make changes to client side code in the app folder, run grunt build to re-run the build processes. The changes will then show up in your app. You can also run grunt watch to have Grunt watch for changes automatically.

Roadmap

View the project roadmap here

Contributing

See CONTRIBUTING.md for contribution guidelines.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.