thebadams / Pokemon-TCG-App

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Pokemon-TCG-App

Description

Rutgers Coding Bootcamp Project, using the MVC method.

Table of Contents

Installation

Please clone/fork this repository to get the full functionality.

This project was created using 'node.js' Make sure to have node.js installed before moving forward.

To learn how to install Node, Click Here.

Next you will need to install the packages. To do so type in the following commands into your terminal.

npm install

Running this command will download the necessary dependancies for the application to run.

If running locally, make sure to use the 'db' folder to set up the database, as well as running the command

npm run seed

This will seed your database with a starter environment to work from.

Concept

For this application, we wanted to display different images from an api. Depending on the route, log in status, session, etc, we wanted to dynamically show information to the user.

We settled on Pokemon, since we all grew up watching and loving the franchise. The user flow was based mostly on the galleries activity we worked on in our class.

The Pokemon data was referenced from the Pokémon TCG Developers API

The song played on the homepage was sourced from Here. Clifford Morin recorded an electric wind instrument track over the original

License

License: MIT

Screen Recording

Example of how deployed application should run:

ScreenshotRecording

Contributions

Name Responsibility GitHub
Brian Adams Backend Brian
Clifford Morin Frontend Cliff
Ben Durham Backend Ben
Takuya Matsumoto Frontend Tak
Jasper Abarquez Frontend Jasper

Application

Click Here , for the deployed application.

About

License:MIT License


Languages

Language:SCSS 56.9%Language:JavaScript 23.2%Language:Handlebars 13.8%Language:CSS 6.2%