This app provides a basic tarot card reference and a simple spread generator.
It was made to practice creating a simple React app from scratch(ish). It's functionally done but the design is kinda just wireframed at this point. Oh, this project also uses Skeleton for some basic CSS normalization, utilities and buttons. Nothing fancy.
A deployed version can be found at https://ajzeigert.github.io/tarot-reader/.
This project was bootstrapped with Create React App.
The tarot images, descriptions and interpretations were borrowed from winterlightning's Tarot repo.
git clone https://github.com/ajzeigert/tarot-reader.git
cd tarot-reader
npm install
npm start