MTG Collection App

MTG Collection App

This application was built for my final project in my special topics class at NSCC that focused on Electron.

The app is designed to be a card collection app for the card game Magic the Gathering. Users can enter cards they own into the application, along with some information about the cards such as the price and how many they own, as well as an image link to the cards image. The application displays all of the cards in a list as well as information about the collection such as total value and total cards owned.

The app was built in Electron using an SQLite3 database for storing the collection and Bootstrap for styling and creating the themes.

The app can be downloaded from the Github repo, as of right now, to run it you must run npm install and then npm start.