A modern quote generator using JavaScript ES6 and RESTful API
I used a flat style which is to put everything in the root for the ease of usage and access and modification of the code base, and also separating the javascript into multiple files for Modularity of the build.
|index.html |style.css |script.js |quotes.js |background.js
so feel free to use the project as you want after cloning it from this repo.