Skip to content

Latest commit

 

History

History
25 lines (15 loc) · 683 Bytes

README.md

File metadata and controls

25 lines (15 loc) · 683 Bytes

Indecision App

Put Your Life in The Hands of a Computer!

Simple application that will choose a randomly choose an option by providing two or more options. Made with React. Made as oriented by Andrew Mead in his React course.

The application can be accessed at: https://indecision.rodrigovieira.work. Alternativelly, you can install the app locally by following the steps bellow.

Installation

You must have Node installed locally.

Clone the repo:

git clone https://github.com/rodriigovieira/indecision-app.git

Switch to the repo directory and install all dependencies:

cd indecision-app && yarn install

And just type yarn start to run the application!