Gokul Pisharodygokulpisharody.hashnode.dev·Mar 29, 2024React Machine codinghttps://github.com/imran-mind/reactjs-frontendeval-challenges/tree/main website: https://sadanandpai.github.io/frontend-mini-challenges/ https://frontendeval.com/ question bar chart component https://youtu.be/4UH9c8h-n2M?si=sF8T3gKNC_obrtiV https:...mini challenges
Ayush Srivastavaayush77.hashnode.dev·Mar 3, 2024Dive into Our Exclusive Machine Coding Challenge!Create a simple landing page with navbar and hero section using HTML and CSS <!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <style> body { margin:...1 like·62 readsmachine coding
Vasant Mestryvasantmestry.hashnode.dev·Feb 25, 2024Frontend Machine Coding Interview Question Star Rating ComponentHello folks, today we're going to implement a famous frontend machine coding round question which is Star Rating component. Firstly this question look so easy, why would anyone ask this much easy question. The reason behind this is interviewer can ...star rating
Vaageesh Yavanawaageesh.hashnode.dev·Nov 24, 2023Going Down to Machine Level InstructionsAfter learning some good things in C programming & gaining some experience in Application layer in OSI model, I thought of learning more in low level layers as well. C programming itself won't help you much in changing verticals like Automobile SEM...machine coding
Jatin Hazratijatinhazrati.hashnode.dev·Oct 6, 2023Create Custom Accordion in ReactHello guys. If you have landed here, you are probably looking to create a custom accordion in react which is a popular frontend machine coding problem. Now, let's cover step by step to develop an accordion in React from scratch. Step 1: Analyzing the...10 likes·510 readsReact