A simple web app that grabs and displays a random programming quote, but also allows you to get more quotes from the same author, by clicking the button with his/her name.
- Make sure you have node.js installed on your system. You can find your applicable installer at https://nodejs.org/
- In the terminal, clone the repository using
git clone https://www.github.com/actionjdjackson/random-programmer-quote.git - Navigate to the directory named random-programmer-quote using
cd random-programmer-quote - Install the necessary dependencies using
npm installornpm ifor short - Use nodemon or node to run the server using
nodemon index.jsornode index.js - Navigate your web browser to the localhost server on port 3000 by typing in
localhost:3000/in the address bar