All Projects → TraXIcoN → FreeCodeCamp-Projects

TraXIcoN / FreeCodeCamp-Projects

Licence: other
This repo is for coders who are looking to contribute & participate in Hacktoberfest. Please do star the repo if y'all liked it!

Programming Languages

python
139335 projects - #7 most used programming language
C++
36643 projects - #6 most used programming language
Jupyter Notebook
11667 projects
java
68154 projects - #9 most used programming language
c
50402 projects - #5 most used programming language
HTML
75241 projects

Projects that are alternatives of or similar to FreeCodeCamp-Projects

StartHub
Bootstrap your search for career!
Stars: ✭ 30 (+0%)
Mutual labels:  first-timers, beginners, hacktoberfest-accepted
HacktoberFest-21
A mentorship initiative to help beginners kickstarting their open-source journey by completing Hacktoberfest'21 challenge | Curated list of beginner-friendly issues for Hacktoberfest 2021 | Raise PR to add your issues
Stars: ✭ 27 (-10%)
Mutual labels:  first-timers, beginner-friendly, hacktoberfest-accepted
HACKTOBERFEST2021 INSPIRATION
😎A Hacktoberfest-2021 Contribution Repository For Beginners😎...Simplest Repo for Beginners👨‍💻👨‍💻👨‍💻...Add your Profile Details, Photo and Inspirational Quote 🙌🙌🙌& There you go to do your first PR❤❤❤
Stars: ✭ 30 (+0%)
Mutual labels:  beginner-friendly, beginners, hacktoberfest-accepted
DataStructures-Algorithms
A collections of many CP-based or DSA-based Questions that is stored various algorithms and datastructures to increase coding aptitutde. Anybody with a knack for coding can feel free to add more solutions and questions in the respective folders
Stars: ✭ 15 (-50%)
Mutual labels:  beginner-friendly, algorithms-and-data-structures, hacktoberfest-accepted
J.A.R.V.I.S
Just A Rather Very Intelligent System
Stars: ✭ 36 (+20%)
Mutual labels:  beginner-friendly, beginners, hacktoberfest-accepted
github welcome wall
This is the official repository for the Towards Data Science Article, "WTH am I doing here? The absolute beginner's guide to Git and GitHub"
Stars: ✭ 25 (-16.67%)
Mutual labels:  first-timers, beginner-friendly, beginners
Learning Resources
Beginner-friendly repository to make your first Pull Request and contribute to the open-source.
Stars: ✭ 40 (+33.33%)
Mutual labels:  first-timers, beginner-friendly
Hacktoberfest-Banned-The-Repo-Guys-Sorry-For-Your-Time-and-effort
A beginner-friendly open source repository to create your first pull request.
Stars: ✭ 27 (-10%)
Mutual labels:  beginner-friendly, hacktoberfest-accepted
Data-Structures-and-Algorithms
Hacktoberfest's DSA Challenge, create algorithms, programs in any programming language you love and prefer! Check the ISSUE section for ideas.
Stars: ✭ 22 (-26.67%)
Mutual labels:  first-timers, beginner-friendly
Hacktoberfest-Nepal-2020
A beginner-friendly open source repository to create your first pull request.
Stars: ✭ 15 (-50%)
Mutual labels:  beginner-friendly, hacktoberfest-accepted
Algorithms-Open-Source
We have a task for each skill level!!
Stars: ✭ 31 (+3.33%)
Mutual labels:  beginner-friendly, algorithms-and-data-structures
Web-Development
Created this new Repository for Open Source Contribution for Beginners
Stars: ✭ 25 (-16.67%)
Mutual labels:  beginner-friendly, hacktoberfest-accepted
hacktoberfest 2021
This is a repository for anyone wishing to contribute to HacktoberFest 2021
Stars: ✭ 51 (+70%)
Mutual labels:  newbiefriendly, hacktoberfest-accepted
QuickLearn
A collection of resources categorised by tech domains, languages, expertise and much more. QuickLearn gives you a quick access to all the resources that you could need at a single place, within a click!
Stars: ✭ 89 (+196.67%)
Mutual labels:  beginner-friendly, hacktoberfest-accepted
learning-code-through-github-repos
This is a collection of GitHub repositories that you can use in your coding journey.
Stars: ✭ 82 (+173.33%)
Mutual labels:  beginner-friendly, hacktoberfest-accepted
HacktoberFest2021
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: ✭ 9 (-70%)
Mutual labels:  beginner-friendly, hacktoberfest-accepted
Learn-To-Use-Github
Wanna Learn How to use github ? come on in
Stars: ✭ 68 (+126.67%)
Mutual labels:  beginner-friendly, hacktoberfest-accepted
HacktoberFest21
A beginner friendly repository for HacktoberFest 2021
Stars: ✭ 45 (+50%)
Mutual labels:  beginner-friendly, hacktoberfest-accepted
opensource-4-everyone
Learn Opensource and make your first contribution here.
Stars: ✭ 35 (+16.67%)
Mutual labels:  beginner-friendly, hacktoberfest-accepted
Open-Source-Enthusiast
Showcase Your Programming Skills here without hesitation
Stars: ✭ 102 (+240%)
Mutual labels:  beginner-friendly, hacktoberfest-accepted

FreeCodeCamp-Projects

Here's the link for the freeCodeCamp curriculum

Contributing to this repo

We love your input! We want to make contributing to this project as easy and transparent as possible, whether it's:

  • Reporting a bug
  • Discussing the current state of the code
  • Submitting a fix
  • Proposing soluctions with beter time/space complexity
  • Becoming a maintainer

We Use Github Flow, So All Code Changes Happen Through Pull Requests

Pull requests are the best way to propose changes to the codebase (we use Github Flow). We actively welcome your pull requests:

  1. Fork the repo and create your branch from master.
  2. Clone that branch onto your local machine using git clone <https link of your branch>
  3. Make required changes and commit them using:
  4. Make sure your code lints.
  5. git add filename
    git commit -m "Bried description about your PR"
    git push origin 
    
  6. Issue that pull request!

Solution Format

There is no solution format as such.
Just make sure that your solution is properly commented and working.

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].