Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/adhir2099/poke-fetching-api

Using vanilla JS to fetch data from pokéapi to generate our pokédex
https://github.com/adhir2099/poke-fetching-api

bootstrap5 pokeapi pokemon vanilla-javascript vanilla-js

Last synced: about 7 hours ago
JSON representation

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

Awesome Lists containing this project

README

        

👋 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


```js
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