/iQuote

A chrome extension that randomly generates inspirational quotes and let you tweet about it!

Primary LanguageJavaScriptMIT LicenseMIT

Introduction

iQuote is a chrome extension that randomly generates inspirational quotes and let you tweet about it! Its user Interface has been built with React whereas Node.js has been used to make the API for randomized quotes.

Installation

In your terminal, clone this repository like so:

$ git clone https://github.com/pbiswas101/iQuote.git

Then, move into the folder iQuote and install all the relevant dependencies:

$ cd iQuote && npm install

Lastly, create the production optimized build by typing:

$ npm run build

Next, open up a new Chrome tab and navigate to the URL - chrome://extensions/ where you need to enable Developer mode. Finally, click the button named Load unpacked and select the build folder inside the repository iQuote. And voila! Now, you should have the enabled extension in your browser providing you with the inspiration!

Note: iQuote not yet published on Chrome Web Store

Live Demo

License

The MIT License 2019 - Priyabrata Biswas.