Skip to content

DWDatITP/randomizer-app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Randomizer App

A simple app to help people choose from a list of random items.

You can see it in action here.

Installation

  • 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/