Demo: Click to see live demo!
A simple excuse generator built in vanilla Javascript, Bootstrap, NPM, HTML, and SCSS. The application refreshes excuse onLoad, so to see a new excuse you can either refresh the page or click the refresh button.
Requirements: Make sure you have node version 8
$ npm install
Build the application...
$ npm run start (for Gitpod, linux, mac or windows users)
$ npm run c9 (for c9 users)