https://github.com/kansiris/front-end-developer-interview-questions
https://github.com/kansiris/front-end-developer-interview-questions
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/kansiris/front-end-developer-interview-questions
- Owner: kansiris
- License: mit
- Created: 2019-08-27T04:25:07.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2023-01-10T02:32:12.000Z (over 3 years ago)
- Last Synced: 2025-08-01T05:58:14.824Z (11 months ago)
- Language: HTML
- Size: 1.52 MB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 16
-
Metadata Files:
- Readme: README.md
- Contributing: .github/CONTRIBUTING.md
- License: LICENSE.md
- Code of conduct: .github/CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
# Front-end Job Interview Questions
This file contains a number of front-end interview questions that can be used when vetting potential candidates. It is by no means recommended to use every single question here on the same candidate (that would take hours). Choosing a few items from this list should help you vet the intended skills you require.
**Note:** Keep in mind that many of these questions are open-ended and could lead to interesting discussions that tell you more about the person's capabilities than a straight answer would.
## Table of Contents
1. [General Questions](src/questions/general-questions.md)
1. [HTML Questions](src/questions/html-questions.md)
1. [CSS Questions](src/questions/css-questions.md)
1. [JS Questions](src/questions/javascript-questions.md)
1. [Accessibility Questions](https://scottaohara.github.io/accessibility_interview_questions/) (external link)
1. [Testing Questions](src/questions/testing-questions.md)
1. [Performance Questions](src/questions/performance-questions.md)
1. [Network Questions](src/questions/network-questions.md)
1. [Coding Questions](src/questions/coding-questions.md)
1. [Fun Questions](src/questions/fun-questions.md)
## Getting Involved
1. [Contributors](#contributors)
1. [How to Contribute](https://github.com/h5bp/Front-end-Developer-Interview-Questions/blob/master/.github/CONTRIBUTING.md)
1. [License](https://github.com/h5bp/Front-end-Developer-Interview-Questions/blob/master/LICENSE.md)
## Contributors:
This project started in 2009 as a collaboration of [@paul_irish](https://twitter.com/paul_irish) [@bentruyman](https://twitter.com/bentruyman) [@cowboy](https://twitter.com/cowboy) [@ajpiano](https://twitter.com/ajpiano) [@SlexAxton](https://twitter.com/slexaxton) [@boazsender](https://twitter.com/boazsender) [@miketaylr](https://twitter.com/miketaylr) [@vladikoff](https://twitter.com/vladikoff) [@gf3](https://twitter.com/gf3) [@jon_neal](https://twitter.com/jon_neal) [@sambreed](https://twitter.com/sambreed) and [@iansym](https://twitter.com/iansym).
This project is currently maintained by:
- [@roblarsen](https://github.com/roblarsen)
- [@cezaraugusto](https://github.com/cezaraugusto)
- [@vvscode](https://github.com/vvscode)
It has since been active thanks to these [incredibly wonderful people](https://github.com/h5bp/Front-end-Developer-Interview-Questions/blob/master/CONTRIBUTORS.md).
Feeling inspired? Check our [Contributing guide](https://github.com/h5bp/Front-end-Developer-Interview-Questions/blob/master/.github/CONTRIBUTING.md) to get started!