React Tetris
Live
You can find the application live here:
https://alemosmusi.github.io/tetris/
Building
You’ll need Node.js installed on your computer in order to build this app.
$ git clone https://github.com/alemosmusi/tetris.git
$ cd react-tetris
$ npm install
$ npm run start
Runs the app in the development mode.