DEV Community

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

Collapse
 
yutro profile image
Yury Troynov

if you want a project wich lately could be demonstrated during a tech interview I would suggest doing some MVP and put it to your GitHub with a demo on some hosting like netlify.

  • currency converter app
  • newsreader app
  • flight search app

functionality shouldn't be complicated you can decide what to include in 1st iteration and move furhter after or not :)

p.s useful API list rapidapi.com

Collapse
 
ralphvirtucio_ profile image
Ralph Virtucio

Thanks!