DEV Community

Matthew Francis
Matthew Francis

Posted on

What can I contribute to for Hacktoberfest as a beginner? πŸ‘ΆπŸ½πŸ’»πŸŽƒ

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?

Latest comments (7)

Collapse
 
robbporto profile image
Robson Porto

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!

Collapse
 
realedwintorres profile image
Edwin Torres

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.

Collapse
 
m0nica profile image
Monica Powell • Edited

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.

Collapse
 
themafro profile image
Matthew Francis

Thanks for the suggestions everyone! Seven pull requests in so far, that's how I spend my Friday nightπŸ’ͺ🏼

Collapse
 
gokcan profile image
Gokcan Degirmenci

react-shimmer also has a beginner-friendly codebase and welcomes new PRs!

Collapse
 
ben profile image
Ben Halpern • Edited

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! πŸ™

Collapse
 
kritner profile image
Russ Hammett

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.