/Tarot-Reading

Fortune telling and searching app. Designed and built interactive components.

Primary LanguageJavaScriptMIT LicenseMIT

Adivina Divina

Fortune telling and searching

• Designed and built interactive components, including a carousel and card modal

• Implemented conditional rendering and responsive web design

• Assembled MVP with a time constraint of 3 days

• Technology: JavaScript, React, Node, Express, React Bootstrap, CSS, Trello

Familiar with Git?

Getting started, install dependencies, then start the with the following:

git clone is a Git command line utility which is used to target an existing repository and create a clone, or copy of the target repository.

$ cd into my-app

change directories, which means moving the command prompt into a different folder.

$ npm install

downloads a package and it's dependencies.

$ npm start

npm will run the start script for you and start your application with your special configuration options.

$ npm run build

npm run build creates a build directory with a production build of your app.