Skip to content

derrickholleman/Random-Quote-Generator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

30 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Available Scripts

In the project directory, you can run:

npm install

Downloads the necessary dependencies. Then run:

npm start

Runs the app in the development mode.
Open http://localhost:3000 to view it in the browser.

Start the project with Docker

In the project root directory, you can run:

docker build . -t derrickholleman/quote-generator

then execute the command:

docker run -p 3000:3000 derrickholleman/quote-generator

afterwards, visit http://localhost:3000 to view the project

App Screenshots

Home Screen

Viewing Quotes

Deployment

Live app