Open Source Software Finder
Contributing to open source softwares makes you a better developer.
By contributing to different open source softwares, you get to engage with various best practices, frameworks, libraries, source codes, test codes, etc...
Which in return will make you understand more about software development in general and become a better developer.
However, when you are interested in contributing to various open source softwares, it is not easy to find the right issues that are open to contribution when you have the time.
This project was started to solve this issue.
You can start using this project by following this steps
- Star some projects you like (preferably thost that you use on a daily basis)
- Get a personal access token with
read:user
permission - Visit https://www.ossfinder.com
- Login with your previously made
token
- Watch some issue labels that you are interested on your starred repository.
(ex:
good first issue
orhelp wanted
)
OSS Finder seeks to help you find issues on your starred repositories with the labels that you are watching and therefore helping you to contribute to them when you are interested.
# install dependencies
yarn install
# serve with hot reload at localhost:8080
yarn start
# build for production with minification
yarn run build
# build for production and view the bundle analyzer report
yarn run build --report
# run unit tests
yarn run unit
# run e2e tests
yarn run e2e
# run all tests
yarn test
Licensed under the MIT License, Copyright © 2017 Soo Jae Hwang.
See LICENSE for more information.
Special thanks to Daniel Kyu Lee for the awesome logo.