Skip to content

Latest commit

 

History

History
15 lines (11 loc) · 840 Bytes

File metadata and controls

15 lines (11 loc) · 840 Bytes

react_interview_challenges

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.

Getting Started

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.