Hacktoberfest is well known open-source celebration that encourages participation in the open source community. The open issues of public repositories on GitHub that are labelled as hacktoberfest
are eligible for contribution through Hacktoberfest.
Although there are ways provided by GitHub to filter the issues, we have a npm module (hacktoberfest-issues-hunt
) to list Hacktoberfest Issues.
Let's create a React App using hacktoberfest-issues-hunt
module to display all the Hacktoberfest issues in tabular form.
If you're looking for online IDEs, it's recommended to use CodeSandbox.