Skip to content

arufaki/quote-generator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Quote Generator

Solution for a challenge from Devchallenges.io.

Table of Contents

Overview

screenshot

Built With

How To Use

To clone and run this application, you'll need Git and Node.js (which comes with npm) installed on your computer. From your command line:

# Clone this repository
$ git clone https://github.com/Arufaki/quote-generator

# Install dependencies
$ npm install

# Run the app
$ npm start

Contact