reactjs-machine-coding-challenges icon indicating copy to clipboard operation
reactjs-machine-coding-challenges copied to clipboard

28 React JS Interview Preparation Machine Coding Question

Results 5 reactjs-machine-coding-challenges issues
Sort by recently updated
recently updated
newest added

Create a list of items with an input field that filters the displayed items based on the user’s input.

Add a small interactive Tic-Tac-Toe game in React to practice state management, conditional rendering, and hooks. This game will serve as a mini coding challenge and demonstrate React fundamentals.

The repository contains several ReactJS projects, but many lack unit tests to ensure the reliability and maintainability of the components. Adding unit tests will help in verifying the functionality of...

First of all Amazing work on the repo ! I thought I'd contribute some, I'm new to Front end Issue: #4

Hi Sanchit, amazing work on the repo I'm new to FE. I've submitted a PR to make the gird in snakeandladder-board exercise dynamic. PR: #3 Have a nice day !...