A simple app to help people choose from a list of random items.
You can see it in action here.
- Clone this repository:
git clone https://github.com/DWDatITP/randomizer-app.git
cd randomizer-app
- install npm dependencies:
npm install
- install nodemon:
npm install --global nodemon
- start the app:
nodemon index.js
- Visit http://localhost:5000/