All Projects β†’ subeshb1 β†’ Developer Community Stats

subeshb1 / Developer Community Stats

Licence: mit
πŸš€ A repository to encourage beginners to contribute to open source and for all contributors to view their Github stats

Programming Languages

javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to Developer Community Stats

Javascript Mini Projects
Awesome Collection of amazing javascript mini-projects.
Stars: ✭ 42 (-63.79%)
Mutual labels:  hacktoberfest, beginner-friendly
Awesome Android Kotlin Apps
πŸ‘“ A curated list of awesome android kotlin apps by open-source contributors.
Stars: ✭ 1,058 (+812.07%)
Mutual labels:  hacktoberfest, beginner-friendly
Hacktoberfest Simple Practice Programmes
A beginner-friendly open source repository to create your pull request.
Stars: ✭ 42 (-63.79%)
Mutual labels:  hacktoberfest, beginner-friendly
Css Art Hacktoberfest Edition
Hacktoberfest Edition - A CSS art challenge, for all skill levels
Stars: ✭ 21 (-81.9%)
Mutual labels:  hacktoberfest, beginner-friendly
Hacktoberfest
Find more projects at https://hacktoberfest.digitalocean.com/#projects
Stars: ✭ 90 (-22.41%)
Mutual labels:  hacktoberfest, beginner-friendly
Hacktoberfest2k19
Hacktoberfest is here! Raise the PR and earn goodies.
Stars: ✭ 34 (-70.69%)
Mutual labels:  hacktoberfest, beginner-friendly
C Algorithms
All algorithms implemented in C
Stars: ✭ 51 (-56.03%)
Mutual labels:  hacktoberfest, beginner-friendly
Hello World
Hello World in all possible programmnig languages
Stars: ✭ 558 (+381.03%)
Mutual labels:  hacktoberfest, beginner-friendly
Collaboration For Beginners
A Beginner's Guide to Contributing in an Open Source Project.
Stars: ✭ 86 (-25.86%)
Mutual labels:  hacktoberfest, beginner-friendly
Hacktoberfest
Make your first PR! ~ A beginner-friendly repository made specifically for open source beginners. Add your profile, a blog, or any program under any language or update the existing one. Just make sure to add the file under the correct directory. Happy hacking!
Stars: ✭ 78 (-32.76%)
Mutual labels:  hacktoberfest, beginner-friendly
Awesome Android Learning Resources
πŸ‘“ A curated list of awesome android learning resources for android app developers.
Stars: ✭ 753 (+549.14%)
Mutual labels:  hacktoberfest, beginner-friendly
Competitive Programming
Hello Programmers πŸ’» , A one-stop Destination✏️✏️ for all your Competitive Programming Resources.πŸ“—πŸ“• Refer CONTRIBUTING.md for contributions
Stars: ✭ 113 (-2.59%)
Mutual labels:  hacktoberfest, beginner-friendly
Plots2
a collaborative knowledge-exchange platform in Rails; we welcome first-time contributors! 🎈
Stars: ✭ 666 (+474.14%)
Mutual labels:  hacktoberfest, beginner-friendly
Innovative Hacktober
Make a pull request. Let's hack the ocktober in an innovative way.
Stars: ✭ 34 (-70.69%)
Mutual labels:  hacktoberfest, developer
Hacktoberfest 2020
Welcome to Open-source! Simply add your details to contributors | Repo for Hacktoberfest 2020 βœ…
Stars: ✭ 621 (+435.34%)
Mutual labels:  hacktoberfest, beginner-friendly
Simpletones.js
The goal of simpleTones.js is to provide every JavaScript developer with a lightweight solution for creating custom sounds in their web applications. This documentation has been written in hopes that the least experienced developer can read, understand and go on to do great things. You can check out several examples at this link:
Stars: ✭ 45 (-61.21%)
Mutual labels:  hacktoberfest, beginner-friendly
Gitstart
Make a Pull Request
Stars: ✭ 415 (+257.76%)
Mutual labels:  hacktoberfest, beginner-friendly
Register
Grab your own sweet-looking '.is-a.dev' subdomain
Stars: ✭ 470 (+305.17%)
Mutual labels:  hacktoberfest, developer
Javascript Notes
Notes taken during Wes Bos' BeginnerJavaScript course
Stars: ✭ 52 (-55.17%)
Mutual labels:  hacktoberfest, beginner-friendly
React Ladies
We're a group of women and non-binary ReactJS enthusiasts in New York City (and beyond).
Stars: ✭ 102 (-12.07%)
Mutual labels:  hacktoberfest, gatsby

πŸš€ Developer Community stats

Contributors Closed PR Stars License Issues Forks Contributor Country main-push-deploy-action

A repository to encourage beginners to contribute to open source and for all contributors to view their Github stats.

stats

Contributing to Developer Community stats

Contributing to Open issues and Challenges

The repository consists of Open issues encouraging beginners to take their first step to contribute to Open source. If you have any ideas regarding challenges, suggestions or feedback don't feel hesitant, create some issues.

When contributing to an issue be sure to read through the description and follow the steps and make sure all the builds in the PR succeed.

The most common contribution is adding yourself to contributors.json. See issue https://github.com/subeshb1/developer-community-stats/issues/8 on how to add your info and view your Github stats in https://developer-community-stats.netlify.app/.

Contributing to Core Website

The core website is built with Gatsby, React and Github Graphql API. Follow the following steps to contribute to the website

# Fork the repo
https://github.com/subeshb1/developer-community-stats

# Clone your forked repo
$ git clone [email protected]:username/developer-community-stats.git

$ npm install

# Create a new branch for you.
$ git pull origin main # Pull the latest main branch
$ git checkout -b new-branch # Checkout to your new branch

# Start Gatsby mock server
ENV_TYPE=mock gatsby develop

# To start Gatsby server with github token and url expose the following variables
GITHUB_GRAPHQL_URL=<github_graphql_url>
GITHUB_TOKEN=<your_personal_access_token>

# Run tests
$ npm run test

# Commit the changes
$ git commit -m "Commit message"

# Push your changes and
$ git push --set-upstream origin new-branch

# Make a pull request of your newly changed branch
[https://github.com/subeshb1/developer-community-stats/compare](https://github.com/username/developer-community-stats/compare)

Have some Suggestions or a new Idea?

Add your idea/suggestion in the IDEAS.md file.

License

MIT

Contributors

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].