/tarot-reader

A demo React app that provides a tarot reference and basic spreads.

Primary LanguageJavaScript

Tarot Reader

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.

To run locally

git clone https://github.com/ajzeigert/tarot-reader.git

cd tarot-reader

npm install

npm start