Skip to content

Latest commit

 

History

History
17 lines (13 loc) · 429 Bytes

README.md

File metadata and controls

17 lines (13 loc) · 429 Bytes

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...
 ]