Web app that simulates the MTG Horde Survival. Uses the deck list from https://www.quietspeculation.com/2011/09/horde-magic-a-new-way-to-play-magic-and-survive-zombie-invasions/
Cache cards from ScryFall API lookup. The app is currently doing a lot of API calls every time a "session" is started. It would be beneficial to start caching the searched cards to cut down on the API calls being sent.
This can be done initially in the browsers localStorage and eventually pushed down to a server side solution such as Redis.
Cache cards from ScryFall API lookup. The app is currently doing a lot of API calls every time a "session" is started. It would be beneficial to start caching the searched cards to cut down on the API calls being sent.
This can be done initially in the browsers localStorage and eventually pushed down to a server side solution such as Redis.