Fully responsive tetris game built with ReactJS
You can find the application live here: https://mpirescarvalho.github.io/react-tetris/
You'll need Node.js installed on your computer in order to build this app.
$ git clone https://github.com/mpirescarvalho/react-tetris.git
$ cd react-tetris
$ npm install
$ npm run start
Runs the app in the development mode.