Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/fabianofrank/pokemon-api
This app is the capstone project we built at the end of our JavaScript module. It's a nostalgic interpretation of a pokedex, and we hope you enjoy it as much as we did putting it together. Go and catch 'em all!
https://github.com/fabianofrank/pokemon-api
api css javascript pokemon
Last synced: 8 days ago
JSON representation
This app is the capstone project we built at the end of our JavaScript module. It's a nostalgic interpretation of a pokedex, and we hope you enjoy it as much as we did putting it together. Go and catch 'em all!
- Host: GitHub
- URL: https://github.com/fabianofrank/pokemon-api
- Owner: fabianofrank
- Created: 2022-01-03T17:04:25.000Z (almost 3 years ago)
- Default Branch: master
- Last Pushed: 2022-10-18T17:11:28.000Z (about 2 years ago)
- Last Synced: 2023-03-06T06:07:20.887Z (over 1 year ago)
- Topics: api, css, javascript, pokemon
- Language: JavaScript
- Homepage: https://fabianofrank.github.io/pokemon-api/dist/
- Size: 12.3 MB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 12
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Pokedex Capstone Project
This app is the capstone project we built at the end of our JavaScript module. It's a nostalgic interpretation of a pokedex, and we hope you enjoy it as much as we did putting it together. Go and catch 'em all!
## Screenshot
![poke_mock](https://user-images.githubusercontent.com/68971295/196499105-0d35c0ae-1e60-4928-96ea-8ce265684759.png)
## Built With
- HTML
- CSS
- JavaScript
- Webpack
- Jest## Live Demo
[Demo](https://fabianofrank.github.io/pokemon-api/dist/)
## Getting Started
To get a local copy up and running follow the instructions.
### Setup
1. Open the terminal and clone the project using `git clone [email protected]:fabianofrank/pokemon-api.git`
### Install
1. `cd` into the project folder and run `npm install`
2. Run the command `npm start`### Usage
- Click on the heart to *Like* your favorite pokemon.
- Click on the comment button to see more information about the pokemon and share your experiences.
- Click on the adopt button to schedule an adoption appointment.
- Gotta catch 'em all!### Run tests
1. Run the command `npm test`
## Authors
π€ **Oliver Coimbra**
- GitHub: [@oliverSCZ](https://github.com/oliverSCZ)
- Twitter: [@Olivercoimbra](https://twitter.com/Olivercoimbra)
- LinkedIn: [LinkedIn](https://www.linkedin.com/in/oliver-coimbra/)π€ **Fabiano Frank**
- GitHub: [@fabianofrank](https://github.com/fabianofrank)
- Twitter: [@fabianofrankk](https://twitter.com/fabianofrankk)
- LinkedIn: [LinkedIn](https://www.linkedin.com/in/fabianofrank/)π€ **Dante Alvarez**
- GitHub: [@danalvrz](https://github.com/danalvrz)
- Twitter: [@danalvrz](https://twitter.com/danalvrz)
- LinkedIn: [LinkedIn](https://www.linkedin.com/in/dante-Γ‘lvarez-85098a222/)## π€ Contributing
Contributions, issues, and feature requests are welcome!
Feel free to check the [issues page](../../issues/).
## Show your support
Give a βοΈ if you like this project!
## Acknowledgments
- This website uses data from the free [Pokemon API](https://pokeapi.co/)
## π License
This project is [MIT](./MIT.md) licensed.