PHP collector app project for iO Academy.
You can view cards in the app, it takes info from the DB and displays them on the page on a card back using PHP & CSS to make the card.
You can create cards using the create card button, it has some required fields, they are the following:
- Title
- Card Color
- Card Rarity
There is a link to a explainer for MTG cards on the create card page you can use as a reference.
Enjoy & make some cool cards!
I would like to rewrite this using OOP, MVC and a Framework now I have learned how to use them on the Full Stack Track @iO Academy.