Skip to content

Reddit desktop image feed app built into electron. Built using React, ReactRouter4, Webpack, Babel/ES6, PostCSS, SCSS, Express, localStorage

Notifications You must be signed in to change notification settings

pixelcure/redditron

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Redditron

This app is in development

This is just a web app excersie for pulling reddit images/text from randomized redditboards (with nsfw options). A user can save and manager favorites, that are stored within local storage. The favorites have add/remove capability and within the reddit image feed, a user can search for a specific board and choose the tabs to filter through the content.

To begin, you'll need to be sure to have Node and Electron installed globally.

Please be aware, there are two package.json files. One handles back end Electron side, in the projects root. The other is located on the client side, within /client.

The root folder contains the main.js file to handle Electron, as well as it's package.json file to handle dependencies.

Begin by running npm install in root folder within your terminal. Next, change directors to /client and npm install there as well for the front end dependencies.

After you've installed the dependncies, you'll need to run both Electron and the server for the client. You'll need to create a tab for each directory, the root of the repository, and /client.

In each tab run npm start for development.

Within client, running npm run build with build the front end.

Have fun, if you have an issue email [email protected]

About

Reddit desktop image feed app built into electron. Built using React, ReactRouter4, Webpack, Babel/ES6, PostCSS, SCSS, Express, localStorage

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages