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.gitin the terminal - Run
cd chooserto move into the project repo - Run
npm installto 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 srcto navigate to the next directory - In this window, run
json-server -p 8088 sampleDatabase.jsonto start the database - In In the previous terminal window, run
npm startto 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.


