alvp01 / pokemon-tcg

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Pokémon TCG

Pokémon Trading Card Game

screenshot screenshot

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

Getting Started

To get a local copy up and running follow these steps.

Prerequisites

Setup

  1. Download or clone the repository's contents.
  2. Go to the project's root directory.
cd <project-folder>
  1. 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
  1. 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
  1. Then go to http://localhost:8080/ in you preferred browser.

Author

👨‍💻 Breno Xavier

👨‍💻 Abel Lavieri

👨‍💻 Tiago Rahal Aires

🤝 Contributing

Contributions, issues, and feature requests are welcome!

Feel free to check the issues page.

Show your support

Give a ⭐️ if you like this project!

Acknowledgments

  • Hat tip to anyone whose code was used
  • Inspiration
  • etc

About


Languages

Language:JavaScript 73.8%Language:CSS 21.3%Language:HTML 4.9%