Hacktoberfest / hacktoberfest-2020

Hacktoberfest - App to manage the annual open-source challenge, used for the 2019 & 2020 seasons.

Home Page:https://hacktoberfest.digitalocean.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Filter and sort featured events on homepage

mkcode opened this issue · comments

Logic:

  • Filter out past events
  • then select 4 random events (first(4) is fine since it is not sorted)
  • Then sort chronologically

Completed in #291