This Next application is a small project to make interaction between two super heroes in a Marvel comics board look.
It use OpenAI and Marvel API.
This is a Next.js project (Typescript, ReactJS, NextUI, Eslint, Prettier, Jest)
First, run the development server:
npm install
npm run dev
Open http://localhost:3000 with your browser to see the result.
Don't forget to create a .env with your Marvel API key and OpenAI API key.
The easiest way to deploy your Next.js app is to use the Vercel Platform from the creators of Next.js.
Check out our Next.js deployment documentation for more details.