This is a web app that uses a fictional character api that lets users pick a character to battle with it's stats!
Superhero API for getting superhero stuff
Quote API for getting random quotes
https://superheroapi.com/
https://type.fit/api/quotes
This is a Next.js project bootstrapped with create-next-app
.
First, run the development server:
npm run dev
# or
yarn dev
# or
pnpm dev
npm i axios npm i useSound npm i lottie npm install --save-dev @playwright/test
"scripts": { "dev": "next dev", "build": "next build", "start": "next start", "test:e2e": "playwright test", }