Como subir los proyectos hechos con react

Buenas, use react en VScode para hacer los proyectos de librerias, ya los termine pero nose como hacer para subirlos a FCC y que me pueda dar la certificacion, por favor si alguien puede ayudarme lo agradeceria…

You need them somewhere where you can host them and where we can see the code. One reason people like codepen is that it does both at the same time. Online IDEs like replit do that too.

Alternatively, you can store your code on github (a good thing to do anyway), but you’ll still need to host a working app. One option is to use GitPages and to put the different apps into folders. You can look into other options for hosting.

1 Like