Skip to content

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!

License

Notifications You must be signed in to change notification settings

Uixce/Find-Me-Issues

 
 

Repository files navigation

Find-Me-Issues

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!

Don't Just Fork The Project, if you like it please consider staring it!

Stack:

About The Project:

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 stars the repository has, number of open-issues the repository currently has open and much more!


Webpage

If you wanna use the hosted version of the webpage follow the link here

For contribution

  • 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

About

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!

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 81.3%
  • HTML 10.0%
  • CSS 8.7%