View Reddit posts as a slideshow. (Based off ismaelpadilla/reddit-slideshow)
Go to file
2022-03-15 13:52:41 -03:00
public Updated favicon and manifest.json, added new touch icons and such. 2019-07-29 23:46:14 -03:00
src Add sound toggle 2022-03-15 13:49:16 -03:00
.gitignore initial commit 2019-07-27 03:22:51 -03:00
package-lock.json Add sound toggle 2022-03-15 13:49:16 -03:00
package.json Add sound toggle 2022-03-15 13:49:16 -03:00
README.md Update README.md 2020-02-29 19:08:54 -03:00

reddit-slideshow

Site that displays a slideshow with images/gifs obtained from reddit. By default images will be fetched from reddit frontpage.

Currently hosted at https://redditslideshow.com/

Usage

You can go to the previous/next slide by pressing A or D respectively, or by using the arrow keys.

You can add, for example, /r/pics to the url and data will be fetched from reddit.com/r/pics. Try the following URLs:

Todo

  • Detect / handle invalid URLs.
  • Better error handling.
  • Add tests.
  • NSFW filter (some logic already implemented).
  • Audio on WebMs.

Made with React using create-react-app, based on http://redditp.com/