Skip to content

autumnchris/random-quote-machine-reactjs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Random Quote Machine (React.js)

A front-end web app that gets and displays an inspirational quote at random from my own Express.js Quotes API. Built with React.js.

Inspired by the Build a Random Quote Machine challenge as part of the curriculum for the Front End Development Libraries Certification on freeCodeCamp.


Built With

Demo

View project demo at https://autumnchris.github.io/random-quote-machine-reactjs.

Instructions

After forking and cloning, navigate to the repository in your command line and install the NPM packages:

npm install

Run the following script in your command line to run the application:

npm start

Once the server is running, go to http://localhost:8080 in your browser.

Before committing any changes, run the following script to update your static files for production:

npm run build

About

A front-end web app that gets and displays an inspirational quote at random from my own Express.js Quotes API. Built with React.js.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published