Hello ! I just finished the Front-End section of the formation, and I tried to do the first project, which is Random Quote Machine, with Create-React-App.
It’s working, in local, but I would like to put my code on CodePen, I saw there is another topic but there is only one answer, I tried to put
This doesn’t really solve your problem with CodePen (I gave up trying to use it with React projects >.< ) but you could try using codesandbox.io instead. I found it to be more friendly for React/Redux projects and you can even import a Git repository and have all your dependencies automatically installed for you.
Might be an alternative if you can’t figure out how to get CodePen to behave.