View Deployed · Report Bug · Request Feature
Hire-up is a site which aims to minimize bias in the hiring process and reduce efforts required of job applicants to produce application materials.
As a job seeker, users can create an anonymous applicant profile that highlights their skills and values. Employers can search through these profiles and message applicants who they believe would be a good fit for their open role.
To get a local copy up and running follow these simple example steps.
This is an example of how to list things you need to use the software and how to install them.
- npm
npm install npm@latest -g
- Clone the repo
git clone git@github.com:HireUp-Turing/HireUp_frontend.git
- Install NPM packages
npm install
- Run the app!
npm run dev
- Go to
localhost:3000
in your browser
This app works with a custom built API. For more information on how to use it locally, or about its endpoints, visit hire-up_backend
The current version of HireUp is a demo and login features have not yet been implemented. To use the site as an applicant, you must create a new profile.
See the open issues for a list of proposed features (and known issues).
Contributions are what make the open source community such an amazing place to be learn, inspire, and create. Any contributions you make are greatly appreciated.
- Fork the Project
- Create your Feature Branch (
git checkout -b feature/AmazingFeature
) - Commit your Changes (
git commit -m 'Add some AmazingFeature'
) - Push to the Branch (
git push origin feature/AmazingFeature
) - Open a Pull Request
Greyson Elkins - greysonelkins@gmail.com
Erin Untermeyer - aerinuntermeyer@gmail.com
Amy Karnaze - Akarnaze@gmail.com
Gaby Mendez - gmendez90@gmail.com
Ruthie Rabinovich - rrabinovitch1@gmail.com
Project: Hire-Up