Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/modelorona/scroll-it

A simple auto scroller for Reddit image threads.
https://github.com/modelorona/scroll-it

auto-scroller netlify reddit reddit-image-threads snoowrap vue vue-cli vuejs2 vuejs3 vuetify vuetify3 vuetifyjs webpack

Last synced: 2 days ago
JSON representation

A simple auto scroller for Reddit image threads.

Awesome Lists containing this project

README

        

[![Netlify Status](https://api.netlify.com/api/v1/badges/24acef48-4ab1-46ca-8bf1-725e347f3248/deploy-status)](https://app.netlify.com/sites/scroll-it/deploys)
# Scroll-It
A simple auto scroller for Reddit image threads.

### Motivation
During the Lockdown of 2020, I had some time and wanted a small side project. I decided to try to learn more about [Vue.js](https://vuejs.org/) as I was using it for a work
project as well. My main source of inspiration was [Imagoid](http://www.imagoid.com/). I did not recreate it but instead just focused on the auto scrolling
functionality.

Furthermore, it should be more mobile-friendly. I used [Vuetify](https://vuetifyjs.com/en/) for the front-end framework.

Hope you enjoy. Feel free to leave any issues.

#### Disclaimer
Code is messy. Vue isn't bad. Front-end is complicated.