An open API service indexing awesome lists of open source software.

https://github.com/metaphysics0/choose-your-superhero


https://github.com/metaphysics0/choose-your-superhero

Last synced: 9 months ago
JSON representation

Awesome Lists containing this project

README

          

## Choose your superhero

Tech Used:

- Next.js 13 + App Router + TypeScript
- TailwindCSS
- Vercel Deployment

NPM Packages:

- react-hot-toast
- react-tooltip

To run locally:

add the following file to the root: `.env.local`, with the variable
`NEXT_PUBLIC_SUPERHERO_API_KEY=`

```bash
nvm use (or fnm, etc)
npm i
npm run dev
```

Open [http://localhost:3000](http://localhost:3000) with your browser to see the result.