makeachoice/README.md

28 lines
837 B
Markdown
Raw Normal View History

2021-04-06 01:10:42 +02:00
# 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)
2021-04-06 01:37:06 +02:00
### Available Scripts
2021-04-06 01:37:06 +02:00
In the project directory, you can use
npm start
2021-04-06 01:37:06 +02:00
to run the app in the development mode. Open
[http://localhost:3000](http://localhost:3000) to view it in the browser.
2021-04-06 01:37:06 +02:00
The page will reload if you make edits. You will also see any lint errors in
the console.
2021-04-06 01:37:06 +02:00
npm run build
2021-04-06 01:37:06 +02:00
Builds the app for production to the `build` folder. It correctly bundles React
2021-04-06 01:10:42 +02:00
in production mode and optimizes the build for the best performance.