GitXplorerGitXplorer
J

reddit-gallery-viewer

public
5 stars
2 forks
0 issues

Commits

List of commits on branch main.
Unverified
b1f5b1ef4bd882db59a5ad9473e8eca7e56c2937

Update media.component.html

JJamesIves committed 16 days ago
Unverified
b93cbf002992c867a5d9cfc927b563b5b4aab65d

feat(meta): ✨ Improved meta data

JJamesIves committed 16 days ago
Unverified
c13ee28c217ff67235836746544bdde6a734e090

feat(media): ✨ add comment counter

JJamesIves committed 17 days ago
Unverified
1629d555638617935ed29827cff30bcb354802ff

Update navbar.component.html

JJamesIves committed 17 days ago
Unverified
da5a0216577e253a924d7d56b9a691990a7f2673

fix: resolve an issue with invalid embeds were being shown

JJamesIves committed 17 days ago
Unverified
522909180ff3593bf1f0e3e2556b1aa7b95dd562

style: adjust language surrounding safe mode

JJamesIves committed 17 days ago

README

The README file for this repository.

Reddit Gallery Viewer

Icon

Shows a never-ending stream of media from the Reddit API. Created with Angular and RxJS using the Reddit API. This was primarily created as a demo to showcase the usage of virtual scrolling combined with API driven content.

Special thank you to all the past and present GitHub Sponsors 💖.

Chooksta69  MattWillFlood  jonathan-milan-pollock  raoulvdberge  robjtede  hadley  kevinchalet  Yousazoe  github  annegentle  planetoftheweb  melton1968  szepeviktor  sckott  provinzkraut  electrovir  Griefed  MontezumaIves  tonjohn  wylie  pylapp        

Getting Started

[!TIP] You can try a hosted version the application here.

You can run the application locally by running npm install followed by npm start. You can then view the application locally on port 4200. The Reddit API does not (at the time of writing this) require any sort of client credentials, so there's no additional setup needed there.

Tests and Linting

You can run the linting and testing scripts by running npm run lint and npm run test. You can also format the project directly using Prettier by running npm run lint:fix.

Screenshot of Application