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

https://github.com/ryanwebber/poke-grader

A spoiler-free glanceable Pokédex
https://github.com/ryanwebber/poke-grader

Last synced: 5 months ago
JSON representation

A spoiler-free glanceable Pokédex

Awesome Lists containing this project

README

          

![PokèGrader](/docs/pokegrader.png)

A small, spoiler-free Pokèdex. The purpose of this site is to provide a simple
way to tell if a Pokèmon is worth catching or not, without giving away too
much information about the Pokèmon or its evolutions.

## Building

```bash
npm install
npm run build
```

## Development

```bash
npm install
npm run dev
```