This is a simple quote generator application built using various Quote APIs. The application allows you to generate a random quote and share it on social media platforms.
To use the application, simply clone the repository and open the index.html file in your web browser.
git clone 'https://github.com/yourusername/quote-generator.git'
cd quote-generator
open 'index.html'
Once you have opened the index.html file in your web browser, click on the "Generate Quote" button to get a random quote. The application uses various Quote APIs such as 'forismatic.com' and type.fit to fetch quotes. You can click on the "Share on Twitter" button to share the quote on Twitter. The application also allows you to copy quote or also you can listen to the quote by clicking on the below buttons.
If you would like to modify the code and develop the application further, you can use a code editor such as Visual Studio Code to edit the files. The application logic is written in the 'index.js' file, and the HTML and CSS are written in the 'index.html' and 'style.css' files.
To add more Quote APIs, you can modify the 'fetchQuote' function in the 'index.js' file.