Skip to content

A web app to filter reddit saves, built using React JS, Node JS, Material UI and Reddit API.

Notifications You must be signed in to change notification settings

ParanoidAndroid19/savedit

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

34 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Savedit for Reddit

Filter, manage and search through all your reddit saved posts and comments easily

Overview

Reddit allows its users to save posts and comments, however does not allow users to search through the saved content or filter based on subreddits, posts or comments. Savedit is a Single Page Application (SPA) built using React.js, Node.js, Material UI and Reddit API.

Privacy

This is a javascript application that runs completely in the user's browser, all reddit data is stored in each user's individual browser. There is no backend server. All reddit data is visible and accessable only to each individual user, no user details are sent to any external servers. Reddit authentication is done using OAuth2 access flow provided by the Reddit API. The reddit API access is only requested for an hour.

Features

  • All saved posts and comments are retreived from Reddit and displayed in a single page, in a clear and simple manner.
  • All subreddits with saved posts are displayed.
  • Filter saves by only posts, only comments, or only specific subreddit.
  • Search through all the saved content or only through posts/comments.
  • Export all your saves to excel
  • Post thumbnails are displayed
  • Dark mode
  • Linked to the original post/comment on reddit.

ToDo

  • Unsave option
  • Pagination
  • Export all saved posts in a csv file
  • Deploy

About

A web app to filter reddit saves, built using React JS, Node JS, Material UI and Reddit API.

Topics

Resources

Stars

Watchers

Forks