Skip to content

Latest commit

 

History

History
58 lines (49 loc) · 1.14 KB

README.md

File metadata and controls

58 lines (49 loc) · 1.14 KB

React-Tetris codecov

A Tetris game built using React, React hooks, and Styled Components.

Table of Contents

  1. Features
  2. Installation
  3. Scripts
  4. Technologies Used
  5. Contributing

Features

Installation

  1. Clone the repository.

    git clone https://github.com/somramnani/react-tetris.git
  2. Go into the directory

    cd react-tetris
  3. Install dependencies.

    npm install

Scripts

  • 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

Technologies Used

  • React
  • React hooks
  • Styled Components

Contributing

If you'd like to contribute, please fork the repository and submit a pull request.