paulpatarinski / tiny-wallet

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Lose weight...stop caring membership cards in your wallet

To add new Cards :

  • Add an svg of the brand logo to ~/src/assets/card-logos/

    • Make sure you follow the existing naming convention.
    best-buy.svg
    
  • Add the card details to the cards.json file ~/src/assets/data/cards.json

    • Make sure logoFileName matches the name in step 1
    {
            "name": "Best Buy",
            "logoFileName": "best-buy",
            "background": "#005186"
    }

About


Languages

Language:TypeScript 46.6%Language:HTML 20.1%Language:CSS 14.2%Language:Ruby 13.3%Language:C# 4.1%Language:JavaScript 1.7%