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
- Host: GitHub
- URL: https://github.com/ryanwebber/poke-grader
- Owner: ryanwebber
- Created: 2024-03-12T04:27:32.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2025-12-03T06:55:30.000Z (7 months ago)
- Last Synced: 2025-12-06T08:02:23.420Z (7 months ago)
- Language: TypeScript
- Homepage: https://www.ryanwebber.ca/poke-grader/
- Size: 1.42 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README

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
```