Skip to content

A single page application that generates a random quote every 1/2 a minute using the React library

License

Notifications You must be signed in to change notification settings

samueladekunle/random-quote-generator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

A Random Quote Generator

A single page application that generates a random quote every 1/2 a minute using the React library. See demo.

Getting Started

This app was built using the React library

Prerequisites

To have this application up and running locally, you should have:

  • git version control system.
  • node preferrably version 6.0 upwards.
  • NPM or Yarn dependency manager.

Installation

In your terminal, run

git clone https://github.com/samueladekunle/random-quote-generator.git
cd random-quote-generator

If you are using NPM, run

npm install

Yarn, run

yarn install

This will install all the dependencies declared in the package.json file.

Usage

To start this application, in your terminal, If you are using NPM, run

npm start

Yarn, run

yarn start

Open your browser of choice, in the address bar, enter http://localhost:3000.

License

This application is distributed under the MIT License.