I've been learning web dev using online resources like freeCodeCamp and Codecademy and I started studying it at college a few weeks ago. Been wanting to get involved in Hacktoberfest but I'm not sure where to start as a relative beginner. I know HTML, CSS and some basic Javascript so far. What sort of stuff should I be looking for on GitHub?
For further actions, you may consider blocking this person and/or reporting abuse
Top comments (7)
firsttimersonly.com/ and up-for-grabs.net/#/ (i'm sure there are more) are made specifically for finding issues that the maintainers deem "easy" or "need help on". could be some place to start! you can also filter on language.
If you want to help dev.to out a bit, feel free to seek out some language/framework sites that could use a DEV link and add them to the relevant pages.
Similar to these PRs:
Thanks to you or anyone else who wants to do some of this! π
react-shimmer also has a beginner-friendly codebase and welcomes new PRs!
Find an active project with recent commits. Start by contributing to documentation (e.g., fixing typos). That will help you learn the process. Then move onto updating the actual code. Even there, you'll have opportunities to easy, challenging, and difficult code changes.
Thanks for the suggestions everyone! Seven pull requests in so far, that's how I spend my Friday nightπͺπΌ
My project Flask Weather App is looking for contributors of all levels. Currently, this is a Flask (Python) application that auto-detects local weather based off of userβs external IP address.
We have issues that span adding emojis, more hands-on design, adding copy, setting up logic and more!
github.com/M0nica/flask_weather
I'd also recommend the links that others shared for finding issues. I'm sure your skills especially CSS could be very valuable for the right project, I'd recommend, in general, looking for issues that involve CSS and cleaning up documentation which often could use more TLC.
You can take a look at my first lib if you know some Redux: Reshort
It's a way to write less in our action creators!