Nextjs Flappy Rocket , inspired by the flappy bird game where you can tap or click to jump and go through the tubes.
Tap if you are on a cell phone and click if you are on a PC or laptop.
Fronted Nextjs Options for do it:
This is a Next.js project bootstrapped with create-next-app
.
Nodejs version v20.10.0 and Next.js version v14.2.3
First
npm install
run the development server:
npm run dev
# or
yarn dev
# or
pnpm dev
# or
bun dev
Open http://localhost:3000 with your browser to see the result.
Put this code in .eslintrc.json
{
"extends": ["next/babel","next/core-web-vitals"]
}
Created by Diego Ivan Perea Montealegre