Use React to make a 4x4 grid where each cell can have a normal, active, or dead state (should be reflected with colors). Clicking a cell will toggle it between normal and active, and activating a normal cell while another cell is active will make those two cells "fight" (use random number) and return one to normal and the other to dead. At the end, output the winning cell and all the cells that that cell defeated. Follow up: "What would you change about the code if you were going to add more functionality to the cells later"
Junior Frontend Developer Interview Questions
13,299 junior frontend developer interview questions shared by candidates
A task that began with the decoding of a url and ended with a React application hosted on codesandbox.
2 React questions and 1 JS question for the coding exercises. Signed an NDA so can't disclose more
Write a calendar with overlaying events from scratch. It should have 1 column with hour markers, another column with events spanning these hours. Add input fields panel. User should be able to create/edit/delete these events Clicking on any event should autofill the input and allow for edit. All this in 45 mins time. Good luck!
small react app in hacker rank
Q: How does React work under the hoods? Q: What is diffing algorithm? Q: What is use of thunk ?
Html css and js basic to advanced almost all things covered
Capture the flag then print on screen with a typewriter effect
Given a string, decode and complete a React challenge on codesandbox
use react to display input of: - null - array - text
Viewing 9761 - 9770 interview questions