Skip to content

Latest commit

 

History

History
24 lines (16 loc) · 1.42 KB

README.md

File metadata and controls

24 lines (16 loc) · 1.42 KB

Tech Qs

Leigh Larson Deployed Page

Abstract

Tech Qs is a flashcard game to be played via teleconferencing calls to practice mock interview questions. One person is an interviewer, while another is the candidate. Other party members can private message / chat the interviewer with candidate comments, as to not distract the candidate. There are 70 FE questions and 30 BE questions, and an option to play full-stack. One round is 5 questions. Once round is completed, interviewer adds notes in the textbox, adds to candidate card. The interviewer can discuss the comments with the candidate and other party members. Then, the user can screen shot and send candidate card to candidate for further private review. The game ends, and a new user can be added. Built in a day. Not mobile friendly.

Tech stack

  • Typescript
  • Hooks
  • SCSS

Setup

  • Fork and clone the repo into your local computer
  • CD into folder and run npm i to install dependencies
  • Run npm start to interact with game on local server

Showcase

Wins / Challenges

This was my first solo Typescript application, and I'm proud of it. In the future, I would build a Node server and possibly opportunities for players to all play on the same site instead of screen share. I would like to also email the the candidate the feedback card instead of having interviewer screenshot and send via Slack.