/yesorno-nextjs

An simple app to get a YES or NO answer made in Next.js

Primary LanguageJavaScript

This is a Next.js project bootstrapped with create-next-app.

"YES OR NO?"

Want a YES or NO answer? Get into the app to discover -> YES or NO?

About

This is a project made with Next.js and deployed with Vercel Platform.

How it works?

When the user clicks the button "GET MY ANSWER!", it randoms a YES or NO answer and it shows a GIF based on that answer.

What's was used?

How to run

First, clone the repo into your machine:

git clone https://github.com/LiserLine/yesorno-nextjs.git yesorno-app

cd yesorno-app

Then, run the development server:

npm run dev
# or
yarn dev

Open http://localhost:3000 with your browser to see the result.