Stuck in a difficult decision? Chooser helps you cut through decision block by helping you break down a decision into smaller increments. Users spend tokens from a limited supply to show how strongly they care about the facets of the decision.
Requirements:
- NPM (https://www.npmjs.com/)
- json-server
- Clone the repo by running
git clone https://github.com/mgjeffries/chooser.git
in the terminal - Run
cd chooser
to move into the project repo - Run
npm install
to set up the react app - If you don't already have json-server, run
npm install json-server
- Open a new terminal window, and run
cd src
to navigate to the next directory - In this window, run
json-server -p 8088 sampleDatabase.json
to start the database - In In the previous terminal window, run
npm start
to start the react app - A browser window will open. You can register a user, and create a choice. Happy choosing! 📊 ✅ ❎
This project was bootstrapped with Create React App.
To view the create react app instructions go here.