DEV Community

Discussion on: Anyone have a coding challenge for react beginners like me?

Collapse
 
kovah profile image
Kevin Woblick

You could start with the Projects list of Karan: github.com/karan/Projects
It's a great list of small projects you can mostly code in less than a day, and they cover a broad range of topics from math to algorithms to complex interfaces. Not all are a fit for React, but most.

By the way, i've seen a great thread on Twitter with some tips for beginners. Must read: twitter.com/JustSteveKing/status/1...

Collapse
 
ralphvirtucio_ profile image
Ralph Virtucio

Thanks!