/relax-reddit

See inspirational quotes on landscape images, with optional background music.

Primary LanguageJavaScript

RelaxReddit

Demo

RelaxReddit was inspired by ShowerThoughts (source code). But instead of pulling quotes from the /r/ShowerThoughts subreddit, RelaxReddit pulls from /r/quotes.

To pause the quotes and images from refreshing, use the Stop Refreshing button.

Credits for the quotes and images are in the bottom right corner.

Development

RelaxReddit is built with Vue.js.

To use browser-sync to run a dev server, run npm run dev.

To run linter on Javascript files: npm run lint

To run unit tests: jasmine OR npm test

Dependencies