telegrace / poke-web

Fullstack application to showcase tailwind and fastify
1 stars 0 forks source link

Getting Started with Poke Web

git clone git@github.com:telegrace/poke-web.git

sudo install-all.sh sudo run-all.sh

Once everything is installed you'll only have to run run-all.sh.

Open http://localhost:3000 to view the website in your browser.

Poke Web

Search for 1st Generation Pok%C3%A9mon!

Future features

Where did you get the Pokémon List? There wasn't a list of Pokemon readily available in an easily consumable format, so a list was gathered from Pokemon Fandom and then manipulated to create a JSON file with beautiful soup. You can see the code under the beautiful-soup folder.