{"id":21241476,"url":"https://github.com/kevingrajeda/reddit-image-viewer","last_synced_at":"2025-04-14T02:14:51.381Z","repository":{"id":54797549,"uuid":"279709830","full_name":"KevinGrajeda/Reddit-Image-Viewer","owner":"KevinGrajeda","description":"Browse Reddit Images Without Distractions","archived":false,"fork":false,"pushed_at":"2023-03-15T09:16:43.000Z","size":2529,"stargazers_count":5,"open_issues_count":1,"forks_count":1,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-04-14T02:14:39.235Z","etag":null,"topics":["image-viewer","react","reddit"],"latest_commit_sha":null,"homepage":"https://kevingrajeda.github.io/Reddit-Image-Viewer/","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/KevinGrajeda.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.md","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2020-07-14T22:55:26.000Z","updated_at":"2024-12-28T02:03:46.000Z","dependencies_parsed_at":"2023-02-13T03:46:11.020Z","dependency_job_id":null,"html_url":"https://github.com/KevinGrajeda/Reddit-Image-Viewer","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/KevinGrajeda%2FReddit-Image-Viewer","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/KevinGrajeda%2FReddit-Image-Viewer/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/KevinGrajeda%2FReddit-Image-Viewer/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/KevinGrajeda%2FReddit-Image-Viewer/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/KevinGrajeda","download_url":"https://codeload.github.com/KevinGrajeda/Reddit-Image-Viewer/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248809058,"owners_count":21164896,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["image-viewer","react","reddit"],"created_at":"2024-11-21T00:55:51.435Z","updated_at":"2025-04-14T02:14:51.360Z","avatar_url":"https://github.com/KevinGrajeda.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003cbr /\u003e\n\u003cdiv align=\"center\"\u003e\n  \u003ca href=\"https://kevingrajeda.github.io/Reddit-Image-Viewer/\"\u003e\n    \u003cimg src=\"https://user-images.githubusercontent.com/60023139/183524416-dadd54e7-819a-4204-96ac-78f579a85ad6.png\" alt=\"Logo\" width=\"80\" height=\"80\"\u003e\n  \u003c/a\u003e\n  \u003ch3 align=\"center\"\u003eReddit Image Viewer\u003c/h3\u003e\n\n  \u003cp align=\"center\"\u003e\n    Browse Reddit Images Without Distractions\n    \u003cbr /\u003e\n    \u003ca href=\"https://kevingrajeda.github.io/Reddit-Image-Viewer/\"\u003eView Live App \u003e\u003e\u003c/a\u003e\n  \u003c/p\u003e\n\u003c/div\u003e\n\n\u003c!-- ABOUT THE PROJECT --\u003e\n## About The Project\n\n[![License](https://img.shields.io/github/license/KevinGrajeda/Reddit-Image-Viewer?color=blue)](https://github.com/KevinGrajeda/Reddit-Image-Viewer/blob/master/LICENSE.md)\n[![React](https://badges.aleen42.com/src/react.svg)](https://reactjs.org/)\n[![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)\n\n\u003cdiv align=\"center\"\u003e\n  \u003ca href=\"https://kevingrajeda.github.io/Reddit-Image-Viewer/\" align=\"center\"\u003e\n    \u003cimg src=\"https://user-images.githubusercontent.com/60023139/183519192-cf28bd3f-5017-4f51-8ef4-7af50c8c4489.png\" alt=\"Logo\" height=\"400\"\u003e\n  \u003c/a\u003e\n\u003c/div\u003e\n\n\nWeb app to explore image subreddits without distractions.\nYou can select a subreddit from the recommended list or search for any subreddit and sort it by popularity or most recent.\n\n\u003cdiv align=\"center\"\u003e\n  \u003ca href=\"https://kevingrajeda.github.io/Reddit-Image-Viewer/\"\u003e\n    \u003cimg src=\"https://user-images.githubusercontent.com/60023139/183526086-f532350a-0360-4b83-a7d5-9f49a18eca55.gif\" alt=\"Using website gif\" height=\"350\" \u003e\n  \u003c/a\u003e\n\u003c/div\u003e\n\n\u003c!-- GETTING STARTED --\u003e\n## Getting Started\n\nYou can use the app by going to the [Live site](https://kevingrajeda.github.io/Reddit-Image-Viewer/), or by setting up the project locally.\nTo get a local copy up and running follow these simple example steps.\n\n### Installation\n\n1. Clone the repo\n   ```sh\n   $ git clone https://github.com/KevinGrajeda/Reddit-Image-Viewer.git\n   ```\n3. Navigate to folder and install NPM packages\n   ```sh\n   $ cd Reddit-Image-Viewer\n   $ npm i\n   ```\n4. run development server\n   ```sh\n   $ npm start\n   ```\n\n\u003c!-- LICENSE --\u003e\n## License\n\nDistributed under the MIT License. See `LICENSE.md` for more information.\n\n\n\u003c!-- CONTACT --\u003e\n## Contact\nKevin Grajeda - [@KevinGrajeda](https://github.com/KevinGrajeda) - yokevin20@gmail.com\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkevingrajeda%2Freddit-image-viewer","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fkevingrajeda%2Freddit-image-viewer","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkevingrajeda%2Freddit-image-viewer/lists"}