Pokémon Finder is an online pokédex made with Angular & PokéAPI where you can find information about your favorite pokémon!
Click here to view demo
- Start by cloning the repo
$ git clone https://github.com/thayna-oliveira/pokemon-finder.git && cd pokemon-finder
- Install NPM packages
$ npm install
- Run the local development server
$ npm run start
Now you are ready to find your pokémon! 🎉 You just need to navigate to http://localhost:4200/
and play with the app.
Thanks to PokéAPI for sharing free data and images to build this app.