Can't Decide? Let "Decision Maker" Do It For You! Written in REACT and presented with Bold and Vibrant SCSS Styling, enter as many choices (options) as your paticular dilemma presents and Dilemma Decider will make that tough decision for you. Media queries make this app as accessible and enjoyable on your mobile device as it is on your desktop. Enjoy!
Click anywhere on the "Splash-Modal" to dismiss. Enter as many choices (options) as your paticular dilemma presents and Dilemma Decider will make that tough decision for you.
The Dilemma Decider has been deployed to a Heroku Dyno and can be used by following the link. (Note: Resting Dyno's can often take 10 to 15 seconds to spin up on initial load and are not indicative of a sites true load speed.)
Core | Styling | Dependencies | Dev Environment |
---|---|---|---|
React v16 | SCSS | Yarn | WebPack 3.1 |
Expressjs | CSS3 | normalize.css npm | babel-core |
NodeJS | react-modal | node-sass | babel-loader |
JSX | Google Fonts | RegEx | webpack extract text |
JavaScript | sass-loader | Validator | babel-plugin-transform-class-properties |
HTML5 | css-loader | bable-CLI | |
react-dom | style-loader | live-server |
- Clone down this repo
- Restore dependencies by running
yarn install
in the root of your local repo - Restore production files by running
yarn run build:prod
- Start local server by running
yarn run dev-server
- You are now in development mode on localhost:8080