Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/healeycodes/codeguessr

🤔 Like GeoGuessr but for code. An open source project quiz.
https://github.com/healeycodes/codeguessr

code quiz

Last synced: about 1 month ago
JSON representation

🤔 Like GeoGuessr but for code. An open source project quiz.

Awesome Lists containing this project

README

        

# CodeGuessr

Like GeoGuessr but for code. Guess which popular open source project a random code snippet belongs to.

Preview image CodeGuessr

Powered by Next.js, highlight.js, and the GitHub API!

## Dev

```bash
npm i
npm run dev
```

[Next.js docs](https://nextjs.org/docs)

## Deploy

```
npm i -g vercel
vercel
```

[Vercel CLI docs](https://vercel.com/docs/cli)