Skip to content

filiphuhta/coffee-quote

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Coffe Quotes website ☕️

This is a repository for a coffee quotes website. It list a daily quote about coffee. Hope you like it! 🤩

Contribute to the repository 🚀

Feel free to contribute with your favorite coffe quotes to the .json file in the /data folder.

[
  {
    "quoteIdentifier": 100,
    "quote": "Coffee is the driving force behind my dreams."
  },
  
  // Add more quotes...
 ]