A search tool designed to help you find open source projects
- Use the toggle switches to filter results. Optionally enter text keywords
- Click a title to open the issue on GitHub in a new tab
The idea for this project comes from wanting to find cool projects on GitHub but not being satisfied with GitHub's native search.
I began searching issues during Hacktoberfest (an annual event sponsored by Digital Ocean which encourages developers to get involved with open source. Make 4 PRs in a month and get a FREE T-shirt 👕).
To run this project for local development if you have Node.js and NPM installed follow these steps in a terminal. The app will run on port 3000.
npm install
npm start
If you don't want to install Node.js and you have Docker present on your
system, then just use the Dockerfile
and the script that prepares
the whole application in a separate container. The app will run on port 3000.
./dev.sh
Thank you for your interest! All types of contributions welcome. HACK AWAY! 🔨🔨🔨
- Fork and clone this repository
- Create your branch from the
master
branch - Please open your PR with the
master
branch as the base - Take a look at the PR checks to make sure the Netlify deploy preview looks correct