/interview_client

Ace the Interview! is a single-page application (SPA) for job seekers who want to practice their interview skills. Questions are randomly chosen from a pool of over 200 questions and there are optional timers for preparing and answering questions.

Primary LanguageJavaScript

Ace the Inteview!

Ace the Interview! is an single-page application (SPA) for job seekers who want to practice their interview skills. Questions are randomly chosen from a pool of over 200 questions and there are optional timers for preparing and answering questions. It attempts to replicate the experience of recorded video interview services (but without actually recording the answers.)

Final Product

Desktop image

Mobile image

Tech Stacks

javascript React sass Node.js express MongoDB

Current Issues

  • Occasional issue with counter (hard to reproduce)

Installation

  1. Clone this repository
$ git clone https://github.com/CarlSmoky/little_libraries_client
  1. Install packages
$ cd interview_client
$ npm install
  1. Start React APP
$ npm run start
  1. Run the app in the development mode.
    Open http://localhost:3000 to view it in your browser.

For running this app's server, go to interview-server