https://github.com/radzionc/breakout-game
Breakout Game with React and SVG
https://github.com/radzionc/breakout-game
javascript react svg
Last synced: 4 months ago
JSON representation
Breakout Game with React and SVG
- Host: GitHub
- URL: https://github.com/radzionc/breakout-game
- Owner: radzionc
- Created: 2019-06-15T17:00:40.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2023-08-20T05:42:22.000Z (almost 3 years ago)
- Last Synced: 2025-03-23T00:23:43.740Z (over 1 year ago)
- Topics: javascript, react, svg
- Language: JavaScript
- Homepage: https://radzionc.github.io/breakout-game/
- Size: 3.71 MB
- Stars: 29
- Watchers: 2
- Forks: 9
- Open Issues: 23
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Breakout Game
>

## [Play](https://radzionc.github.io/breakout-game/)
## Requirements:
- node.js
- create-react-app
## Technologies
* React
* SVG
## Run locally
```bash
npm install
npm start
```
## [Blog Post](https://geekrodion.com/blog/breakout-game)
## License
MIT © [RodionChachura](https://geekrodion.com)