Skip to content

Using vanilla JS to fetch data from pokéapi to generate our pokédex

Notifications You must be signed in to change notification settings

adhir2099/poke-Fetching-api

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

👋 Easy Pokédex

Demo URL

Visit demo here

VANILLA JS POKÉDEX

Using vanilla JS to fetch data from pokéapi to generate our pokédex

Showing correct order of Pokémon, not in disordered arrange

Working pagination

Fetching info from API

Bootstrap and some custom CSS for UI

Frontend

API used

pokéapi

Initialize

Run index.html

Here you can set the number of pokémons to be display

    getPokemons(`${pokeUrl}pokemon?offset=0&limit=54`);

Contributing

  1. Fork it!
  2. Create your feature branch: git checkout -b your-branch
  3. Commit your changes: git commit -am 'Add some feature'
  4. Push to the branch: git push origin your-branch
  5. Submit a PR

Get in touch with me 🤝:

adhir2099

Created with ❤️ by Adhir2099

About

Using vanilla JS to fetch data from pokéapi to generate our pokédex

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published