DEV Community

Discussion on: How to find open source projects as a new developer?

Collapse
 
evanplaice profile image
Evan Plaice

I usually recommend writing documentation.

Adding demos always helps too. Spending a lot of time developing a project sometimes makes it hard to see it from a user's perspective.

Adding features usually involves picking up something from the roadmap.

You could also try to help by optimizing the NPM package. Here's a guide.

evanplaice.com/thought/npm-package...