8000 GitHub - RubenJavierBachoAlarcon/tcg-pocket-collection-tracker: Simple application to track your Pokemon Pocket collection
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

RubenJavierBachoAlarcon/tcg-pocket-collection-tracker

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

TCG Pocket collection tracker

Simple application to track your Pokemon Pocket collection

URL: https://tcgpocketcollectiontracker.com/

Idea

Tu 691C rn the existing spreadsheet into a simple web application, including all functionality currently available in the sheet.

Tech

Frontend

Lets make a simple static HTML website build with React. We'll use Typescript and compile it to a standalone app so we can host it for free on Github Pages.

Backend

I was checking out Appwrite.io. It's a Firebase / Supabase alternative. They have a free tier of 75K monthly active users, which should be plenty. The only thing I'd like to use is the authentication system with a database table to store your cards (later we can add other tables to store things like decks).

Required feature list:

  • card tracker
  • filters per expansion, pack, rarity
  • search function
  • collection summary
  • best pack calculator
  • trade helper

Feature ideas for later:

  • deck builder (connected to best pack calculator)

About

Simple application to track your Pokemon Pocket collection

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 62.0%
  • CSS 23.4%
  • JavaScript 9.7%
  • HTML 4.9%
0