daedadev / pokemon-tracker

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Pokemon Card Collector and Price Checker

Description

This project was designed to help users search the pokemon card database using specific search criteria based on the pokemons generation, type, and name. After searchig, users will be able to compare te prices of different cards across several marketplaces, and save their preferred cards to return to later. This project was challenging, but interesting and gave us an opportunity to better understand APIs and their deployment, as well as hone our skills in HTML and CSS.

The CSS framework we used was Materialize CSS

*It has been deployed to GitHub Pages here: https://wron1.github.io/pokemon-tracker/

Pur project is interactive, and uses search bars, drop down menus, and buttons, and our UI is polished and responsive

  • We have used two server-side APIs.
  • We have used modals, as apposed to alerts, confirms, or prompts.

  • We have saved our cards using client-side storage and store persistent data.

Usage

Main page layout with obvious pokemon inspiration. Screenshot 1

Upon searching you are presented with rows of pokemon cards matching your search. Screenshot 2

When a card is clicked you can see the current market prices for the different versions of that card. When the pokeball is clicked you save that card to your collections Screenshot 3

When the top right pokemon card button is clicked you are given all of your saved pokemon cards. Screenshot 4

License

MIT License

Copyright (c) [2021] [Daniel Moore, Jeremy Ainsworth, Nathaniel Marshall]

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

About


Languages

Language:JavaScript 49.7%Language:HTML 31.5%Language:CSS 18.8%