Skip to content

parshanapally/Reddit-Humor-v2

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Reddit Humor V2 (RHv2)

RHv2 is a ground up rewrite of the original Reddit Humor, the goal was to develop a maintainable codebase that could be easily extended by trainees.

What is Reddit Humor?

Reddit humor is a fun internal web app intended to be displayed on a communal monitor. The app pulls data from /r/ProgrammerHumor every hour and grabs the top 25 posts. It then displays each title and image for 20 seconds before cycling to the next! It has some great interactivity such as liking and sharing.

New Features

  • Previous button to cycle to the last displayed image.
  • Like button to allow users to interact with funny images.
  • Share to Slack button which will post the currently displayed image to our #reddithumor channel.
  • Gifs are now correctly displayed, accounting for their duration.

State Management

  • Application state is managed using Redux.

Additional Dependencies

Contribution

  • Check open issues or file a new one, PR's are always welcome!
  • For feature additions please avoid using React state for consistency.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 96.3%
  • HTML 3.6%
  • CSS 0.1%