Welcome to the Remote Legal React Coding Challenges repository! This repository contains 6 practical React challenges based on everyday issues developers deal with. Each challenge has a short description of the problem and a piece of code with a bug. Your task is to fix the bug until the code works correctly. All challenges can be accessed from the main page.
Please make sure Node.js (LTS) and npm or yarn are installed on your machine. We recommend using VSCode for these challenges.
git clone https://github.com/PrecisionReporters/react_interview_challenges.git
cd react_interview_challenges
npm install
npm start
To switch between challenges, use your browser’s back/forward arrows to return to the home page and open another challenge from there.