zainsadaqat / javascript-capstone-pokeapi

This is a JavaScript project in which a user can see a list of all existing Pokémon and can add likes to their favorite Pokémon, this application was made with the API service called PokeAPI.
Creative Commons Zero v1.0 Universal
3 stars 1 forks source link

Fetch pokemons data from the PokeAPI #67

Closed zainsadaqat closed 3 years ago

zainsadaqat commented 3 years ago

In this pull request I fetched the pokemons data from the pokeapi by creating a new function in a new file "get-pokemons.js"

zainsadaqat commented 3 years ago

Great job so far our project is looking great.