A React.js based web-app to find repositories containing 'good first issues' open source contribution. Any kind of contribution and suggestions are highly appreciated!
You know what is one of most painful thing for programmers new to open-source? Finding beginner friendly projects to contribute to! This will change with Find-Me-Issues, with a simple and easy to use interface, people will be able to filter the repositories with the type of langugage they want to work with, number of starts the repository has, number of open-issues the repository currently has open and much more!
If you wanna use the hosted version of the webpage follow the link here
-
Clone the repository in your local enviorment
foo@bar:~$ git clone https://github.com/version0chiro/Find-Me-Issues.git
-
run npm install on the directory
-
start the react front end
foo@bar:~$ cd client foo@bar:~$ npm start
Open localhost:3000 in the browser of your choice
-
to run the full server
foo@bar:~$ npm build foo@bar:~$ npm start
Open Localhost:3001 in the browser of your choice
-