A Tetris game built using React, React hooks, and Styled Components.
-
Clone the repository.
git clone https://github.com/somramnani/react-tetris.git
-
Go into the directory
cd react-tetris
-
Install dependencies.
npm install
- start: Start the development server.
npm start
- build: Build the app for production.
npm run build
- test: Run tests.
npm test
- eject: Eject from create-react-app.
npm run eject
- React
- React hooks
- Styled Components
If you'd like to contribute, please fork the repository and submit a pull request.