Skip to content

Web application allowing you to create and store custom decks of pokemon cards

Notifications You must be signed in to change notification settings

tcg-organizer/tcg-deck-builder

Repository files navigation

pokeball Charmander Squirtle Bulbasaur ...

TCG-Deck-Builder

Users builds decks using pokemon data from the official Pokemon TCG website.

SAMPLE CARD

List of Packages

Package Description
handlebars.js 〰️ Templating engine
express Node.js web framework.
body-parser Express 4 middleware.
Pokemontcgsdk An api that searches the pokemon tcg website for card data
dotenv Handles environment variables

Resources Referenced

MVC Design Model Employed (Model, View & Control)

  • Model: Where the business logic of the app resides. Interacts with data store.
  • View: Where UI is managed.
  • Controller: Where routes were created, and logic set up within those routes where required. User requests managed here and data from the model received and based on the users authorization the request or denied request is passed back to the view.

About

Web application allowing you to create and store custom decks of pokemon cards

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published