Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/marketingpipeline/pokedex-web-component
A web component to show off your favorite Pokemon inside of a Pokedex
https://github.com/marketingpipeline/pokedex-web-component
custom-component html javascript pokeapi pokedex pokemon pokemon-api web-component web-components web-elements
Last synced: 28 days ago
JSON representation
A web component to show off your favorite Pokemon inside of a Pokedex
- Host: GitHub
- URL: https://github.com/marketingpipeline/pokedex-web-component
- Owner: MarketingPipeline
- License: gpl-3.0
- Created: 2022-09-16T08:30:33.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2022-11-09T20:55:25.000Z (about 2 years ago)
- Last Synced: 2023-03-05T04:58:08.925Z (almost 2 years ago)
- Topics: custom-component, html, javascript, pokeapi, pokedex, pokemon, pokemon-api, web-component, web-components, web-elements
- Homepage:
- Size: 638 KB
- Stars: 4
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Pokedex-Web-Component
Show off your favorite Pokemon on your web page!A custom web element to easily show off your favorite Pokemon inside of a Pokedex!
## Example and usage
You can view a live demo of the Pokedex web component in use [here.](https://marketingpipeline.github.io/Pokedex-Web-Component/demo)
How to show a Pokemon inside of a Pokedex:
```html
```
include this [script](https://github.com/MarketingPipeline/Pokedex-Web-Component/blob/main/dist/pokedex-wc.min.js) in your HTML document.
## Contributing ![GitHub](https://img.shields.io/github/contributors/MarketingPipeline/Pokedex-Web-Component)
Want to improve this project? Create a pull request with detailed changes / improvements! If approved you will be added to the list of contributors of this awesome project!
See also the list of
[contributors](https://github.com/MarketingPipeline/Pokedex-Web-Component/graphs/contributors) who
participate in this project.## License ![GitHub](https://img.shields.io/github/license/MarketingPipeline/Pokedex-Web-Component)
This project is licensed under the GPL-3.0 License - see the
[LICENSE.md](https://github.com/MarketingPipeline/Pokedex-Web-Component/blob/main/LICENSE) file for
details.