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.)
- Please click here for the live website: Live Demo: Ace the Interview!
- Check out server code here: interview-server
- Occasional issue with counter (hard to reproduce)
- Clone this repository
$ git clone https://github.com/CarlSmoky/little_libraries_client
- Install packages
$ cd interview_client
$ npm install
- Start React APP
$ npm run start
- 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