Spell Card App

A React+Express application for generating spell cards for D&D 5e

ReactExpress.jsFirebaseFirestore
View Project

About

I originally made this app with just React and tailwind, importing all the data from a json file hosted with appliaction. If I wanted to eventually update the app to deal with Classes and Species having to keep updating the json file or adding json files would prove annoying. Instead I created an Rest API with express pulling data from a firestore database. This allows me to apply CRUD very easily

Screenshot of the spell card app