saksham93 / good-first-issue-finder

A simple site to search for first timer contributors friendly labels on a variety of repos

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

GFIF - Good First Issue Finder

GFIF is aimed to be an easy way for newcomers in the open software world, that for no particular reason want to start contributing to open source (like me). It has come to my attention the difficulty of finding good first issue issues in a variety of github repositories - not the same libraries that are always being featured.

This will be my first OSS and part of my #100DaysOfCode Challenge, so it'll be used primarily for learning purposes. Any contribution is much appreciate and if you haven't done any open source contribution and wish to learn how to contribute, it's a wonderful oportunity for us both.

You can find the app ⚡

🎯 App purpose

To be an easy way to find repos, with opened issues, that have the good first issue label 🏷️. The user will be able find repos, with this kind of issues, by the year created, the programming language written in or the stars they have. This will give the user the possibility to find a wide range of repositories that have good issues for his first open source contributions.

🔧 Installing / Getting started

With npm:

git clone https://github.com/sebaLinares/first-time-only-finder.git
npm install
npm start

With yarn:

git clone https://github.com/sebaLinares/first-time-only-finder.git
yarn install
yarn start

👷 Built with

  • Create react app

👐 Contributing

If you would like to contribute please fork this repository. Be my guest to contribute with pull requests or participating on any issue. This is a learning project so issues will be easy picks for a good first issue.

If you don't know how to contribute to open source I leave you this link with a medium post written by someone else that walks you through open source github contributions.

👀 Author

License

MIT

About

A simple site to search for first timer contributors friendly labels on a variety of repos

License:MIT License


Languages

Language:JavaScript 76.3%Language:CSS 16.4%Language:HTML 7.4%