Superhero Battle Deluxe

This is a web app that uses a fictional character api that lets users pick a character to battle with it's stats!

APIs

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.

Getting Started

First, run the development server:

npm run dev
# or
yarn dev
# or
pnpm dev

Install

npm i axios npm i useSound npm i lottie npm install --save-dev @playwright/test

Add to the package.json

"scripts": { "dev": "next dev", "build": "next build", "start": "next start", "test:e2e": "playwright test", }