I created the simple app with next.js and API. From this app, you can get an anime name, a character and his quote.
To create in your local, clone this and excute blow commands.
Deploy: https://anime-chan-jouu2ok87-kazuz.vercel.app/
From https://github.com/RocktimSaikia/anime-chan
docker compose run --rm node sh -c "npx create-next-app animechan --ts"
docker compose run --rm node sh -c "cd animechan && npm install @material-ui/core @material-ui/icons swr"
docker compose up