Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/adhir2099/pokeapi-ajax-nojquery
Search Pokémon by pokédex entry with ajax no JQuery needed. Just put a number between 1 and 1017 and you'll get the Pokémon.
https://github.com/adhir2099/pokeapi-ajax-nojquery
ajax bootstrap5 css3 javascript nojquery pokeapi pokemon
Last synced: about 4 hours ago
JSON representation
Search Pokémon by pokédex entry with ajax no JQuery needed. Just put a number between 1 and 1017 and you'll get the Pokémon.
- Host: GitHub
- URL: https://github.com/adhir2099/pokeapi-ajax-nojquery
- Owner: adhir2099
- Created: 2023-05-29T04:26:30.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2024-08-03T19:50:47.000Z (4 months ago)
- Last Synced: 2024-08-03T20:33:41.625Z (4 months ago)
- Topics: ajax, bootstrap5, css3, javascript, nojquery, pokeapi, pokemon
- Language: CSS
- Homepage:
- Size: 174 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
![Responsive](https://img.shields.io/badge/Responsive-Yes-ff69b4)
![Bootstrap](https://img.shields.io/badge/bootstrap-5.2.3-black)
![Ajax](https://img.shields.io/badge/ajax-yellow)# Search Pokémon
Search Pokémon by Pokédex entry with ajax no JQuery needed. Just put a number between 1 and 1025 and you'll get the Pokémon.## Demo URL
# API
For this we're using Pokéapi for fetching the Pokémons# Optional config parameters
In the if/else condition, you can customize your error alert.```javascript
else {
alert('There was an error with the request')
}
```Or using sweetalert.
```javascript
else {
Swal.fire("Your message here","","type of alert");
}
```
## Libraries included
Bootstrap v5.2.3
Sweetalert2
## 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
6. Support Pokéapi❤️Get in touch with me:
Created with ❤️ by Adhir2099