A flappy bird game (actually no bird only a blue rectangle with a bunch of green rectangle) clone game made with react and styled with styled components.
# clone the repo
git clone [email protected]:karthicbz/flappy_birb.git
#change directory
cd flappy_birb
#install required modules
npm install
#start the dev server
npm run dev