zarasyversen / hacktoberfest_progress

Hacktoberfest progress checker chrome extension

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Hacktoberfest Progress

Hacktoberfest progress is a chrome extension made to check your progress in the Hacktoberfest organised by DigitalOcean. It tells you how far you are from your goal and which of your Pull Requests were counted so far.

How to Contribute?

  • Fork the repository.
  • Comment on the issue which you want to solve so that there is no duplicate work. In case of duplicate work, comments will be used to decide which Pull Request to merge.
  • Create Pull Request.
  • Once you are a contributor, add yourselves to the contributors list as well as in the README file.

How to use?

Click here to get to the Chrome Web Store for the Hacktoberfest Progress Checker, chrome extension!

After installation, click on the extension icon on the right side of your address bar and then enter your Github username and then click on 'Check Progress'. You will get to see how many Pull Requests you have made and how many were accepted!

How to Run Tests

the project is now setup to have basic tests, and these tests will run on CircleCI.

to run the tests you must have some form of node pacakge manager(npm or yarn)

run:

yarn install

and then

yarn test

How to develop locally

Once you have cloned the project locally and are ready to begin developing. You can load the unpackaged files in developer tools, and point it at the local project.

https://developer.chrome.com/extensions/getstarted#manifest

If you make any changes then simply return to developer tools and refresh the extension to sync the changes made.

Contributors

Thanks goes to these wonderful people for their contributions:


Abhishek Deora

Duy Nguyen

Will Bray

Luke Taylor

Andreas Kleinbub

Bhavesh Gohel

Rafael Klaessen

Richard Robinson

Fredrik Mäkilä

Joseph Allen

About

Hacktoberfest progress checker chrome extension

License:MIT License


Languages

Language:JavaScript 55.3%Language:CSS 31.2%Language:HTML 13.5%