This is a "Free Code Camp" challenge where you have to build a Random Quote Machine.
The app has to have similar funcionality to this one -> Example
While developing the app, I had to fulfill the requirements below:
- I can click a button to show me a new random quote.
- I can press a button to tweet out a quote.
- Download and install Node.js
- Install "Bower" globally on your machine
npm install -g bower - Clone this repository on your machine
cdinto the folder and runnpm install- Run
bower install - Run
npm start - Open your web browser and go to http://localhost:3000
Free Code Camp is a friendly open-source community where you learn to code and help nonprofits.