Where can I find projects to get involved and learn more JS?
I used to roam around the internet and find a lot of "copy-paste tutorials" where you only learn to have unsolved bugs; if you search is deeper than this then you'll find some good tutorials that leave you on the banks of a deeper sea. So, if I want to find projects (to contribute or just learn) instead of tutorials, where should I look?
You should see what's trending on github in javascript.
Awesome app ideas has a big list of ideas for sample projects you can create.
Try to send pull requests for bugs and new feature requests to any javaScript library that you use a lot. Best way to contribute to open source is to contribute to the library that you use a lot.
check out these two repos
and
app-react-redux <------- this one builds on top of previous repo but adds mongoDB and they also have youtube videos discussing implmentation they also have a demo here
both have a full fledge app that goes way beyond a hello world example
Prashant Abhishek
Co-founder at AltCampus
This is a good place to find such open-source projects to contribute to. Just start with the smallest project that you use and look at its issues, try to find solutions for them. Read its code and if you could fix any issue, send a PR.
However if you are looking for project ideas to make on your own in order to be good at JS. Here are a few-
Take a look at this discussion as well.