Files
makeachoice/README.md

28 lines
840 B
Markdown

# 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](https://github.com/facebook/create-react-app).
![results](img/results.png)
## Available Scripts
In the project directory, you can run:
npm start
Runs the app in the development mode. Open
[http://localhost:3000](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.