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.
- Host: GitHub
- URL: https://github.com/ajzeigert/tarot-reader
- Owner: ajzeigert
- Created: 2017-11-22T02:46:43.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2017-11-22T07:35:50.000Z (over 7 years ago)
- Last Synced: 2025-01-29T19:47:42.855Z (4 months ago)
- Topics: react, reactjs, tarot
- Language: JavaScript
- Homepage: https://ajzeigert.github.io/tarot-reader/
- Size: 4.47 MB
- Stars: 1
- Watchers: 1
- Forks: 2
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
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.gitcd tarot-reader
npm install
npm start
```