oleg-koval / counter-interview.dev

a collaborative collection of interview questions collected from both sides of the game: Interviewer(s) and Interviewee.

Home Page:https://counter-interview.dev

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Counter Interview

Contributing questions

You don't need to be able to code but you will need a (free) GitHub account in order to contribute.

Adding your questions

  • You will need to create a new file in _examples folder here
  • Follow this structure for your contribution
  • Create a Pull Request with your changes

Contributing to website

  • Fork this repo
  • Make sure you have ruby installed and install bundler gem:
    gem install bundle
  • Install bundle:
    bundle install
  • Install required Node.js dependencies:
    npm install
  • Build or/and watch in one terminal:
    npm run sass:build
    npm run sass:watch
  • Run development server in other terminal:
    ./development.sh
  • Create a PR

About

a collaborative collection of interview questions collected from both sides of the game: Interviewer(s) and Interviewee.

https://counter-interview.dev

License:MIT License


Languages

Language:SCSS 60.1%Language:HTML 36.5%Language:JavaScript 2.9%Language:Ruby 0.3%Language:Shell 0.2%