A small React application that helps you make a choice. https://felixm.de/makeachoice/
 
 
 
Go to file
Felix Martin c586bb6075 Make more mobile friendly 2021-04-09 23:13:29 -04:00
img Add results example screenshot for real 2021-04-05 19:35:20 -04:00
public Make more mobile friendly 2021-04-09 23:13:29 -04:00
src Make more mobile friendly 2021-04-09 23:13:29 -04:00
.gitignore Initialize project using Create React App 2021-04-03 14:59:02 -04:00
LICENSE Update readme and add license 2021-04-05 19:10:42 -04:00
README.md Update readme 2021-04-05 19:37:06 -04:00
package-lock.json Make more mobile friendly 2021-04-09 23:13:29 -04:00
package.json Make more mobile friendly 2021-04-09 23:13:29 -04:00

README.md

Make A Choice

A little React app that helps you make a choice. First, you specify a couple of options. Then, you pick your favorite for all possible pairs; after choosing your preference for each of the couples, the app prints the final result.

This project was bootstrapped with Create React App.

results

Available Scripts

In the project directory, you can use

npm start

to run the app in the development mode. Open http://localhost:3000 to view it in the browser.

The page will reload if you make edits. You will also see any lint errors in the console.

npm run build

Builds the app for production to the build folder. It correctly bundles React in production mode and optimizes the build for the best performance.