A marketplace connecting programmers looking for jobs with companies looking to statistically find the best ones. Built as a serverless app with React, Redux & Firestore.
This was my final year university project. Here’s what I wrote as an intro to my project:
We help programmers find great companies to work at and help companies find great programmers. We test programmers on their actual coding ability, generating a statistical report on their strengths & weaknesses. This report helps companies quickly assess candidates on objective metrics rather than subjective resumes. Companies can contact, interview and extend offer letters to programmers all through our online platform.
To run it:
- Clone the repo
- In the root directory, from your command line, run
npm start
- The app should be running at
http://localhost:3000
As you log in as a company, this is your home page.
The company search screen. From this screen you can filter candidates for your needs. You can also quickly get a sense of how good a candidate is compared to the statistical average. This helps hiring managers make decisions quicker.
This screen helps you manage your entire job search for a particular position. It gives you a quick overview of where you are with each candidate.
In accordance with POPIA, all candidate data is annonymized for companies, untill they become a registered user of our platform.
The home screen for candidates. You can quickly choose to accept/reject interview requests or offer letters here.
The design is based of Stripe’s fantastic dashboard.