An open API service indexing awesome lists of open source software.

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

A demo React app that provides a tarot reference and basic spreads.
https://github.com/ajzeigert/tarot-reader

react reactjs tarot

Last synced: 2 months ago
JSON representation

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

Awesome Lists containing this project

README

        

# 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](http://getskeleton.com/) for some basic CSS normalization, utilities and buttons. Nothing fancy.

A deployed version can be found at [https://ajzeigert.github.io/tarot-reader/](https://ajzeigert.github.io/tarot-reader/).

This project was bootstrapped with [Create React App](https://github.com/facebookincubator/create-react-app).

The tarot images, descriptions and interpretations were borrowed from [winterlightning's Tarot repo](https://github.com/winterlightning/Tarot).

## To run locally

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

cd tarot-reader

npm install

npm start
```