Pokédex app in card style. Swipe through pokemon cards or guess who's that pokemon?.
Pokédex app in card style. Swipe through pokemon cards or guess who’s that pokemon?.
Explore the docs »
View Demo
·
Report Bug
·
Request Feature
·
How it’s made?
There are many great pokédex apps online but I found most of them are similarly built, displayed in a grid, scroll and click a pokémon to view more details about it. So I build my own but in a different style.
No mobile version yet.
Features:
Of course, I will be adding more soon or you can request a feature.
To get a local copy up and running follow these simple example steps.
This is an example of how to list things you need to use the software and how to install them.
npm install --global yarn
git clone https://github.com/kitharvey/pokenex.git
cd pokenex
yarn
.env
file and add URI and keys
MONGODB_URI = "xxxxxxxxxxxxxxxxxxxxxxxx"
GITHUB_CLIENT_ID = "xxxxxxxxxxxxxxxxxxxxxxxx"
GITHUB_CLIENT_SECRET = "xxxxxxxxxxxxxxxxxxxxxxxx"
AUTH_SECRET = "xxxxxxxxxxxxxxxxxxxxxxxx"
JWT_SECRET = "xxxxxxxxxxxxxxxxxxxxxxxx"
JWT_SIGNING_PRIVATE_KEY = "xxxxxxxxxxxxxxxxxxxxxxxx"
NEXTAUTH_URL = "http://localhost:3000/"
yarn dev
This project is still under development.
Kit Harvey - linkedIn
Project Link: https://github.com/kitharvey/pokenex