git clone [email protected]: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.
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.