https://github.com/mohitkumartoshniwal/frontend-machine-coding
Code for the Youtube series focusing on frontend machine coding in vanilla javascript
https://github.com/mohitkumartoshniwal/frontend-machine-coding
Last synced: 16 days ago
JSON representation
Code for the Youtube series focusing on frontend machine coding in vanilla javascript
- Host: GitHub
- URL: https://github.com/mohitkumartoshniwal/frontend-machine-coding
- Owner: mohitkumartoshniwal
- Created: 2023-12-16T09:25:43.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-12-25T08:21:07.000Z (over 1 year ago)
- Last Synced: 2025-02-13T05:32:16.247Z (2 months ago)
- Language: JavaScript
- Homepage: https://frontend-machine-coding.vercel.app
- Size: 30.3 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Frontend Machine Coding Interview Questions in Javascript
| Problem | Video | Solution |
| --------------------- | ------------------------------------- | ------------------------------- |
| Star Rating Component | [Video](https://youtu.be/QsvPgVV_1Os) | [Solution](./star-rating) |
| Modal Component | [Video](https://youtu.be/E6z42PHIuLA) | [Solution](./modal-component) |
| Carousel Component | [Video](https://youtu.be/qX5qjRnHSnc) | [Solution](./carousel) |
| Accordion Component | [Video](https://youtu.be/iQpX0W18Yb0) | [Solution](./accordion) |
| OTP Input Component | [Video](https://youtu.be/dAvy4OYZpHk) | [Solution](./otp-input) |
| Bishop on Chessboard | [Video](https://youtu.be/aY2ra2BDBd8) | [Solution](./bishop-chessboard) |
| Tabs Component | [Video](https://youtu.be/Q-oCO7so_lc) | [Solution](./tabs) |
| Tic Tac Toe | [Video](https://youtu.be/5u-ENEknLXs) | [Solution](./tic-tac-toe) |
| Todo List | [Video]() | [Solution](./todo-list/) |You can check out the above solutions live [here](https://frontend-machine-coding.vercel.app/)