Skip to content

pasha-log/react-lights-out

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

React Lights Out

Link to the game:

Play me!

Decription:

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

JavaScript Library used:

  • React

Setup & Running

Created with Create React App.

  1. Clone this repository

  2. Use the NPM scripts

    • Install the dependencies

      npm i 
    • Running in development mode

      npm run start
    • Create production build

      npm run build