Skip to content

Latest commit

 

History

History
44 lines (34 loc) · 1.6 KB

README.md

File metadata and controls

44 lines (34 loc) · 1.6 KB

Tarot To Go

Abstract

Tarot To Go is for Mystics on the Go! In a fast paced digital era, sometimes it can be difficult to make/find space to do a Tarot reading. Tarot To Go has got you covered!

User Interaction

A user is able to set an intention for their reading and solidify it by typing it into the Intention/Question input field.

From there the user can click on "Draw A Single Card" for a quick reading or "3 Card Spread" to get deeper insight on the Past-Present-Future of the situation/question at hand.

Install:

  1. Clone this repo
  2. Run npm install to get dependencies
  3. Run `npm start' to start the webserver
  4. Open localhost:3000 in your favorite browser

UI/UX GIFS

Single Card Reading

single-card

Three Card Spread

three-cards

Technologies Used:

Learning Goals:

  • Create an App that utilizes a chosen API & is targeted towards a specific audience (Mystics on the Move)
  • Solidfy understanding of React
  • Write tests for React components and some asynchronous functionality

Future Iterations:

  • Search all cards to browse meanings
  • Make Mobile Responsive

Contributors:

Karl Nielsen

This project was bootstrapped with Create React App.