Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/maccrazyman/pokemon-capstone
This project uses JavaScript to request resources from PokeApi and Involvement API to display a stunning website about Pokemons.
https://github.com/maccrazyman/pokemon-capstone
api css html javascript
Last synced: 1 day ago
JSON representation
This project uses JavaScript to request resources from PokeApi and Involvement API to display a stunning website about Pokemons.
- Host: GitHub
- URL: https://github.com/maccrazyman/pokemon-capstone
- Owner: MacCrazyman
- License: mit
- Created: 2021-12-20T19:46:09.000Z (about 3 years ago)
- Default Branch: development
- Last Pushed: 2021-12-24T16:10:14.000Z (about 3 years ago)
- Last Synced: 2023-03-11T17:37:13.218Z (almost 2 years ago)
- Topics: api, css, html, javascript
- Language: JavaScript
- Homepage: https://maccrazyman.github.io/pokemon-capstone/
- Size: 1.46 MB
- Stars: 7
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
![](https://img.shields.io/badge/Microverse-blueviolet)
# POKEDEX CAPSTONE
> Web page used to retrieve information about Pokemons using Pokeapi v2
![screenshot](src/img/screenshot.png)
![screenshot](src/img/screenshot_2.png)This project implements the involvement API and the Pokeapi to display data about several Pokemons and let the user interact leaving likes and comments to their favourite Pokemons.
## Built With
- HTMl, CSS, JavaScript
- Webpack
- [Involvement API](https://www.notion.so/Involvement-API-869e60b5ad104603aa6db59e08150270)
- [PokeAPI](https://pokeapi.co/)## Live Demo
[Live Demo Link](https://maccrazyman.github.io/pokemon-capstone/)
## Getting Started
To get a local copy follow these simple example steps.
### Prerequisites
* A functional computer with VS Code or any functional coding software.
* Git bash or any version control software.### Setup
* Copy the repo link and clone it in your local machine
* You can execute the following command in your git bash:
````
git clone https://github.com/MacCrazyman/pokemon-capstone.git
````### Install
* In your consle, run the following command to install the required dependencies:
````
npm install
````### Usage
* You can build the files using webpack to generate a `/dist` folder with distribution files:
````
npm run build
````
* Run webpack server to see the webpage working:
````
npm run start
````
* You can also open the [GitHub pages deployment](https://maccrazyman.github.io/pokemon-capstone/) to see a live version of the webpage.## Authors
👤 **Santiago Velosa**
- GitHub: [@vechicin](https://github.com/vechicin)
- Twitter: [@therealvelosa](https://twitter.com/therealvelosa)
- LinkedIn: [Santiago Velosa Arias](https://www.linkedin.com/in/santiago-velosa-arias-5b7543112/)👤 **Leonardo Pareja**
- GitHub: [@MacCrazyman](https://github.com/MacCrazyman)
- Twitter: [@MacCrazyman](https://twitter.com/MacCrazyman)
- LinkedIn: [Leonardo Pareja](https://www.linkedin.com/in/leonardo-pareja-pareja/)## 🤝 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!
## 📝 License
This project is [MIT](./LICENSE) licensed.