https://github.com/brenoxav/pokemon-tcg
A webapp dedicated to showing information about Pokémon Trading Cards using Pokémon TCG API and Involvement API.
https://github.com/brenoxav/pokemon-tcg
api css html javascript microverse pokemon
Last synced: 8 months ago
JSON representation
A webapp dedicated to showing information about Pokémon Trading Cards using Pokémon TCG API and Involvement API.
- Host: GitHub
- URL: https://github.com/brenoxav/pokemon-tcg
- Owner: brenoxav
- Created: 2021-08-09T20:10:51.000Z (almost 5 years ago)
- Default Branch: dev
- Last Pushed: 2021-08-21T02:26:09.000Z (almost 5 years ago)
- Last Synced: 2025-04-12T10:13:26.864Z (about 1 year ago)
- Topics: api, css, html, javascript, microverse, pokemon
- Language: JavaScript
- Homepage: https://brenoxav.github.io/pokemon-tcg
- Size: 3.42 MB
- Stars: 5
- Watchers: 1
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README

# Pokémon TCG
> Pokémon Trading Card Game


A webapp dedicated to showing information about Pokémon Trading Cards using Pokémon TCG API and Involvement API.
## Built With
- HTML & CSS
- JavaScript
- Webpack
## Live Demo
[Live Demo Link](https://brenoxav.github.io/pokemon-tcg)
## Getting Started
To get a local copy up and running follow these steps.
### Prerequisites
- [npm](https://docs.npmjs.com/downloading-and-installing-node-js-and-npm)
### Setup
1. Download or clone the repository's contents.
2. Go to the project's root directory.
```
cd
```
3. Install all the dependencies:
```
npm install
```
### Install
You can either build a local production version of the project or open it directly on a server in development mode.
#### Build
1. To build and open a production version of the app run the command:
```
npm run build
```
2. Then open *dist/index.html* in you preferred browser.
#### Start Development Server
1. To open the app in development mode on *dev-server* run:
```
npm start
```
2. Then go to `http://localhost:8080/` in you preferred browser.
## Author
👨💻 **Breno Xavier**
- GitHub: [@brenoxav](https://github.com/brenoxav)
- Twitter: [@brenoxav](https://twitter.com/brenoxav)
- LinkedIn: [Breno Xavier](https://linkedin.com/in/brenoxav)
👨💻 **Abel Lavieri**
- GitHub: [@alvp01](https://github.com/alvp01)
- Twitter: [@alvp01](https://twitter.com/alvp01)
- LinkedIn: [Abel Lavieri](https://www.linkedin.com/in/alvp01/)
👨💻 **Tiago Rahal Aires**
- GitHub: [@tiagorahal](https://github.com/tiagorahal)
- Twitter: [@RahalAires](https://twitter.com/RahalAires)
- LinkedIn: [Tiago Rahal Aires](https://linkedin.com/tiagorahal)
## 🤝 Contributing
Contributions, issues, and feature requests are welcome!
Feel free to check the [issues page](https://github.com/brenoxav/pokemon-tcg/issues).
## Show your support
Give a ⭐️ if you like this project!
## Acknowledgments
- Hat tip to anyone whose code was used
- Inspiration
- etc