We’ve created the world’s first platform to create free, secure, automated, and timed coding interviews to recruit the best talent with just a few clicks.
Project made using React, React-Bootstrap, Firebase.
Clone repo
git clone https://github.com/Slingshot-mentoring/Project-Interviewer.gitSwitch to the myapp folder
cd myapp/Install node modules
npm installRun the project
npm startThe project will now be live on http://localhost:3000/ .
Each interviewee will be given a unique link. This link will be a combination of the Interview ID and the Interviewee ID. To find these IDs:
- open the Cloud Firestore in Firebase
- open the Interviews collection
- the documents here will be your Interview ID
- open one of these documents by clicking them
- click on the interviewees collection (which would be present in the document)
- the documents here will be your Interviewee ID
Navigate to http://localhost:3000/`interviewID`/`intervieweeID` (replace interviewID and intervieweeID with the IDs you found right now)
You can now start solving the questions.
For every new feature create a new branch with the format of YourFirstName/FeatureYouWantToImplement.
For example - aakarsh/custom-inputs.