Contributions are welcome and encouraged! If you want to add Quote to the QuoteVerse, first of all ⭐Star the repository
then follow these steps:
-
Fork the repository and clone it to your local machine.
git clone https://github.com/<your-username>/QuoteVerse.git cd QuoteVerse
-
Open
Quote.js
and add a new Object in the array, for example :{ quote: "your-quote-text", category: "quote-category", author: "author-of-the-quote", addedBy: "your-guthub-username" }
-
Now save the file and make a commit.
git commit -m "Added new quote"
-
Push your changes to your forked repository.
git push origin main
-
Open a pull request on the original repository.
-
Wait until your PR get merged.