This is another assignment from Springboard's SWE track. The player's objective is to successfully turn off all the lit cells. Here is an Wikipedia article going into depth
- React
Created with Create React App.
-
Clone this repository
-
Use the NPM scripts
-
Install the dependencies
npm i
-
Running in development mode
npm run start
-
Create production build
npm run build
-