Project Owned by [ NAME ].
A frog gacha game, in which you collect frog cards. You can acquire three types of cards: common ones, rare ones, and ultra rare ones. This project is coded solely through the frontend, using HTML/CSS and Vanilla JS. Thus, it does not have a database.
FROG_CARDS
:
'NameOfFrog': {
'name': 'Full Name of Frog'
'image': 'images/url.png', <- image url, image must be in the images folder
'description': 'desc',
'acquired': false <- must remain false
},