Fictionalized Example Assets:
The user has three options.
-
Past, Present, Future: The app randomly draws 3 cards and displays them for the user. The first card is assigned to the past, the second to the present, and the third to the future. The app then displays a guide on how the user can interpret the cards.
-
Single Card: A card is randomly drawn from the deck and displayed along with a guide to interpretation.
-
Explore the Deck: The user can explore the different cards to learn more about them.
If all files are kept in a single folder a web browser should be able to run the project.
- Add image assets for each card to
/public/images/card-deck
- Update card meanings in
/src/JSON/deck.json
- Update
package.json
with the proper"homepage": "http://dzoladz.github.io/card-reader-app",
deploy value
- Local Package Installation
npm install
- Local Development Server
npm start
- Build production deploy on
gh-pages
branch,npm run deploy