Skip to content

dcwds/reddit-timer

Repository files navigation

Reddit Timer App

Reddit Timer finds the best time to post on a subreddit by fetching the top 500 posts from a subreddit you provide and displaying those posts within a weekday heatmap, where posts are sorted into hours based on their creation time.

View the app on Netlify
Netlify Status

Reddit Timer App - Homepage

About

The project is available in one of the courses by Profy.dev. The course leaves the tech stack and implementation details up to the developer and simulates real-world workflows through GitHub, ClickUp (a Kanban board), and Figma.

Tasks are broken up into user story acceptance criteria and designs can be referenced through shared Figma files. Pull requests are created per task and are often reviewed by Johannes Kettmann, a senior full-stack developer and creator of Profy.dev.

What I Learned

Tech Stack

Usage

# Install dependencies
$ yarn install

# Start dev server at localhost:3000
$ yarn start

# Build for prod
$ yarn build

# Start test runner
$ yarn test