https://github.com/thiagoloschi/reddit-viewer
Reddit light viewer
https://github.com/thiagoloschi/reddit-viewer
es6 infinite-scroll react reddit redux styled-components webpack
Last synced: 2 months ago
JSON representation
Reddit light viewer
- Host: GitHub
- URL: https://github.com/thiagoloschi/reddit-viewer
- Owner: thiagoloschi
- License: mit
- Created: 2019-01-08T01:13:42.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2019-02-05T17:48:57.000Z (over 7 years ago)
- Last Synced: 2025-05-16T05:37:35.429Z (about 1 year ago)
- Topics: es6, infinite-scroll, react, reddit, redux, styled-components, webpack
- Language: JavaScript
- Homepage: https://reddit-light-viewer.herokuapp.com/
- Size: 658 KB
- Stars: 1
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# Reddit Light Viewer
1. [Description](#description)
2. [Technologies](#technologies)
3. [Development](#development)
4. [Running Locally](#running-locally)
5. [Live Demo](#live-demo)
6. [Screenshots](#screenshots)
### Description
This is a light viewer for reddit, where you can look for a subreddit and see related content on a list of posts. Posts are clickable and will open the websites in a new tab. The ideia in the future is to have an iframe like to display the website in the same tab. As it is a Progressive Web App, it can be installed to mobile devices right to their home screen, where it will behave just like a regular native app.
### Technologies
PWA, React, Redux, Webpack, Nodejs, Styled-components, Jest, Enzyme.
### Development
Please refer to the [Pull requests](https://github.com/thiagoloschi/reddit-viewer/issues?q=is%3Apr+is%3Aclosed) section for a full coding documentation.
### Running locally
To run the project locally, first install the dependencies:
```node
npm install
```
Then, to run it in develop mode do:
```node
npm run start
```
You can also run it in production mode with:
```node
npm run start:production
```
If you want to run tests, enter:
```node
npm run test
```
### Live Demo
You'll be able to see a [live demo](https://reddit-light-viewer.herokuapp.com/) of the application at Heroku: https://reddit-light-viewer.herokuapp.com/.
### Screenshots
**Screencast**

**Desktop**

**Mobile**
