Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/modelorona/scroll-it
- Owner: modelorona
- License: mit
- Created: 2020-05-15T19:38:17.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2024-12-13T21:30:07.000Z (8 days ago)
- Last Synced: 2024-12-13T22:26:51.914Z (8 days ago)
- Topics: auto-scroller, netlify, reddit, reddit-image-threads, snoowrap, vue, vue-cli, vuejs2, vuejs3, vuetify, vuetify3, vuetifyjs, webpack
- Language: Vue
- Homepage: https://scroll-it.xyz
- Size: 1.79 MB
- Stars: 5
- Watchers: 1
- Forks: 0
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.