Skip to content

G-H4wke/quote-generator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Quote Generator

What is it?


This is a simple quote generator that was built whilst following the JavaScript Web Projects: 20 Projects course from the wonderfull people at ZTM (Zero to Mastery).

Once loaded, it will show a random quote and whom it is from! You can then either click "New Quote" and it will pick from any of the 100's of quotes pulled from an API or you can "tweet" that quote!

Pretty neat right?

Quote Generator Example

How does it work?


You can either download the code and run it locally or visit the Github hosted page and see it in action!

Try it Live!

Quote Generator uses Vanilla HTML, CSS and JS. We are using one of the many quote generators out there to make an async api request and storing that JSON response.

Once we have the response, we are pulling out a single quote at a random index and displaying the text and author to you.

We have also added functionality of sending that quote using a template literal to twitter.

Additional Links / Useful Resources


Below are a list of the links I used within the code / those which were useful during the project:

Happy Quoting!

About

Quote Generator - Just click and quote

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published