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!

Notifications You must be signed in to change notification settings

jljohnson001/Find-Me-Issues

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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!

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 starts 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

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 76.2%
  • HTML 15.0%
  • CSS 8.8%