Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/kevingrajeda/reddit-image-viewer
Browse Reddit Images Without Distractions
https://github.com/kevingrajeda/reddit-image-viewer
image-viewer react reddit
Last synced: about 2 months ago
JSON representation
Browse Reddit Images Without Distractions
- Host: GitHub
- URL: https://github.com/kevingrajeda/reddit-image-viewer
- Owner: KevinGrajeda
- License: mit
- Created: 2020-07-14T22:55:26.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2023-03-15T09:16:43.000Z (almost 2 years ago)
- Last Synced: 2023-06-15T00:27:34.663Z (over 1 year ago)
- Topics: image-viewer, react, reddit
- Language: JavaScript
- Homepage: https://kevingrajeda.github.io/Reddit-Image-Viewer/
- Size: 2.41 MB
- Stars: 2
- Watchers: 2
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
## About The Project
[![License](https://img.shields.io/github/license/KevinGrajeda/Reddit-Image-Viewer?color=blue)](https://github.com/KevinGrajeda/Reddit-Image-Viewer/blob/master/LICENSE.md)
[![React](https://badges.aleen42.com/src/react.svg)](https://reactjs.org/)
[![Version](https://img.shields.io/github/v/release/KevinGrajeda/Reddit-Image-Viewer)](https://github.com/KevinGrajeda/Reddit-Image-Viewer/releases/tag/v.1.0.0)Web app to explore image subreddits without distractions.
You can select a subreddit from the recommended list or search for any subreddit and sort it by popularity or most recent.## Getting Started
You can use the app by going to the [Live site](https://kevingrajeda.github.io/Reddit-Image-Viewer/), or by setting up the project locally.
To get a local copy up and running follow these simple example steps.### Installation
1. Clone the repo
```sh
$ git clone https://github.com/KevinGrajeda/Reddit-Image-Viewer.git
```
3. Navigate to folder and install NPM packages
```sh
$ cd Reddit-Image-Viewer
$ npm i
```
4. run development server
```sh
$ npm start
```## License
Distributed under the MIT License. See `LICENSE.md` for more information.
## Contact
Kevin Grajeda - [@KevinGrajeda](https://github.com/KevinGrajeda) - [email protected]