https://github.com/metaphysics0/choose-your-superhero
https://github.com/metaphysics0/choose-your-superhero
Last synced: 9 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/metaphysics0/choose-your-superhero
- Owner: Metaphysics0
- Created: 2023-07-24T17:47:21.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2023-07-30T06:43:08.000Z (almost 3 years ago)
- Last Synced: 2025-10-10T08:34:08.353Z (9 months ago)
- Language: TypeScript
- Homepage: https://choose-your-superhero.vercel.app
- Size: 422 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.