Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/FuelFrontend/Frontend-Developer-Interview-Preparation
Things you need to know to crack that frontend developer job [Work in Progress]
https://github.com/FuelFrontend/Frontend-Developer-Interview-Preparation
angular css data-structures frontend html interview interview-preparation interview-questions javascript js react
Last synced: 6 days ago
JSON representation
Things you need to know to crack that frontend developer job [Work in Progress]
- Host: GitHub
- URL: https://github.com/FuelFrontend/Frontend-Developer-Interview-Preparation
- Owner: FuelFrontend
- Created: 2017-01-17T15:17:51.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2018-01-20T08:55:54.000Z (almost 7 years ago)
- Last Synced: 2024-08-02T17:33:27.284Z (3 months ago)
- Topics: angular, css, data-structures, frontend, html, interview, interview-preparation, interview-questions, javascript, js, react
- Language: JavaScript
- Homepage:
- Size: 405 KB
- Stars: 154
- Watchers: 16
- Forks: 63
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Why?
We need one place to have a list of interview questions, concepts, coding challenges, best practices, for frontend developer interview preparation.
# How to use it?
* Fork this repo
* Go through each sections, if you are aware of the concept [or] done learning > mark it as checked using the checkbox given [ ]
* Once you complete most(80%) the sections you are well prepared / brushed up for your next challenge
* Finally, If you like the repo "star" it and contribute to maintain it to latest.### Objective - Mindmap
![Mind Map](frontend-interview-preparation-mindmap.png "Mind Map")
### Language
* [ ] [Javascript](Javascript)
* [ ] [HTML](HTML)
* [ ] [CSS](CSS)### Coding
* [ ] [Coding Challenges](Coding%20Problems)
* [ ] [Data Structures](Data%20Structures)### Frameworks
* [ ] [Angular](Frameworks/AngularJS)
* [ ] [ReactJS](Frameworks/ReactJS)### Libraries
* [ ] jQuery
* [ ] Backbone JS### Dev, Build Tools
* [ ] Webpack
* [ ] Gulp
* [ ] Yarn
* [ ] Yeomen
* [ ] Chrome Dev Tools
* [ ] Oh My Zsh
* [ ] CSS Preprocessors (SASS, POSTCSS)### BaaS
* [ ] AWS (Amazon)
* [ ] Azure (Microsoft)
* [ ] Graphcool (Facebook)
* [ ] Firebase (Google)### Others
* [ ] Responsive Web Design (RWD)
* [ ] Single Page Applications (SPA)
* [ ] How Browser Works, Painting
* [ ] HTTPS, HTTP/2, SSL
* [ ] Progressive Web Application (PWA)
* [ ] Cross Platform/Hybrid App Development - Phone Gap, React Native
* [ ] Data Structures: LinkedList, Queue, Stack, Graph, Sorting Algorithm, Search Algorithm
* [ ] Test cases: Unit Testing, End to End Testing, Phantom JS### Deployment
* [ ] Surge
* [ ] Now.sh### Continous Intergration
* [ ] Travis
* [ ] JenkinsPS. We are working on adding answers and more content, feel free to contribute to this repository by creating Pull Request. Thanks!