Skip to content

Dee-glitch/Quote-generator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Quote-generator

This is a simple training app based on HTML, CSS and Javascript.

  • Fething the data in JSON format from the API https://type.fit/api/quotes and saving it in a variable.
  • Dynamically inserting a random quote into the DOM on initial loading.
  • User is able to load a new quote on a button 'New Quote" click.
  • User is able to tweet the quote if he liked it on a 'Twitter' button click.