quote-me is a minimalistic random quote machine, that hits you with random quotes.
quote-me was inspired by me liking quotes and a boring saturday afternoon.
(P.S: I actually had to complete the FCC Curriculum after procrasinating forever.)
Before you begin, ensure you have met the following requirements:
- You have installed the latest version of any web browser.
To get quote-me, follow these steps:
git clone https://github.com/2kabhishek/quote-me
cd quote-me
# Open index.html in your browser
$EDITOR . # Take a look at the source code
Click on the reload button to get a new quote.
Click on the tweet button to tweet the quote.
quote-me was built using HTML, CSS, jQuery
(ahh the good old days).
Analysis paralysis between scss or css. (Ya, I know XD)
- Re visited jQuery.
- Some css fun.
Hit the ⭐ button if you found this useful.