- Notifications
You must be signed in to change notification settings - Fork0
Most comprehensive collection of frequently asked frontend interview questions, containing machine coding problems and answers, logical questions, algorithms, and questions on other core JS concepts
Govind783/comprehensive-frontend-interview-resources
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
Machine Coding
Extensive machine coding questions and solutions
➤src/pages/machine-coding
Polyfills
Most commonly asked polyfills for JavaScript — arrays, promises, objects, and hooks
➤src/pollyfills
React Hooks
Commonly asked custom hooks
➤src/hooks
Core JavaScript Concepts
For example, writing a custom function to check if two objects are equal, or to deep clone an object
➤src/problem-solving/general-problem-solving/objects
General Problem Solving
Covers problems on arrays, strings, two pointers, sliding window, and more
➤src/problem-solving/general-problem-solving/generic-problem-solving.js
- Recursive nested checkboxes or Reddit-style nested comment systems
- Autocomplete features (triggered by API or specific characters)
- File uploads with mouse drag/drop events
- Games like Tic Tac Toe and Memory Game
- Infinite scrolling (basic but interview-tested — appreciated for demonstrating core logic clearly)
- Time-based components
- Carousels
- OTP
- ...and many more
If you find this helpful,star the repo 🌟 and let's connect onTwitter!
Nested checkbox where cheecking parent, should check the children as well, and vice versa
Reciepe auto complete with caching and debouncing
Selectable grid, with mouse events in place
auto complete with tab support where we show a suggestion first (grayed out) and on click of tab complete it
About
Most comprehensive collection of frequently asked frontend interview questions, containing machine coding problems and answers, logical questions, algorithms, and questions on other core JS concepts
Topics
Resources
Uh oh!
There was an error while loading.Please reload this page.
Stars
Watchers
Forks
Releases
Packages0
Uh oh!
There was an error while loading.Please reload this page.