https://github.com/jatin-8898/flappy-bird-react
A Simple Flappy Bird Game using React JS. 💎
https://github.com/jatin-8898/flappy-bird-react
flappy flappy-bird flappy-bird-game flappybird flappybird-style-game react reactjs
Last synced: 4 months ago
JSON representation
A Simple Flappy Bird Game using React JS. 💎
- Host: GitHub
- URL: https://github.com/jatin-8898/flappy-bird-react
- Owner: Jatin-8898
- Created: 2019-01-27T14:35:42.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2022-12-10T04:15:30.000Z (almost 3 years ago)
- Last Synced: 2025-04-04T23:26:03.438Z (6 months ago)
- Topics: flappy, flappy-bird, flappy-bird-game, flappybird, flappybird-style-game, react, reactjs
- Language: JavaScript
- Homepage: http://repulsive-humor.surge.sh/
- Size: 2.29 MB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 21
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 💎 Flappy Bird React
A very simple and naive flappy bird implementation in React.
## See it Live [HERE](http://repulsive-humor.surge.sh)
### Version
1.0.0## 📝 Usage
### Clone this Repo
```
git clone https://github.com/Jatin-8898/flappy-bird-react.git
```
### Installation```sh
$ npm install
```### :ballot_box_with_check: Run
Then go to http://localhost:3000
```sh
$ npm start
```