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
Getting started, install dependencies, then start the with the following:
$ git clone https://github.com/m0nstera/Tarot-Reading.git
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.
change directories, which means moving the command prompt into a different folder.
downloads a package and it's dependencies.
npm will run the start script for you and start your application with your special configuration options.
npm run build creates a build directory with a production build of your app.