QuoteStream is a quote generator application built using vanilla JavaScript and styled with Tailwind CSS. It fetches quotes from the free API-Ninjas API to display inspirational quotes.
First, head over to Api-Ninjas and generate your own API-Key, it's free. Then, follow the steps below :
git clone https://github.com/sayanjit082805/QuoteStream.git
cd QuoteStream
Install dependencies with npm install
(do this only if you want to modify/contribute)
Create src/apikey.js
and paste the following code :
const KEY = '' // Add key here
export default KEY
Now, add your generated key.
Assuming you are using vscode, install this extension.
Load the index.html
file with the above extension.
Contributions are always welcome!
Fork the repository
Create a new branch (git checkout -b feature-branch)
Commit your changes (git commit -m 'Add new feature')
Open a pull request
The API is provided by API-Ninjas.
The typewriter effect was implemented from this video by dcode.
This project is licensed under the MIT License. See the LICENSE file for details.