Do you have this all set up to run react and react Dom in the settings of each file?
Also do you have npm installed on you computer, I tried to run some commands from the console but nothing. All your code is clean so I`m assuming there is a configuration issue,
If you open the inspector on code pen its refusing to run the exports due do to a security issue.
I don’t know what you are talking about pretty new to coding I looked up what npm was and do you think that would help also I think I am running react and reactDom correctly when I started the project, I added the libraries of react and reactDom but was saying that react was not defined so I just imported them could that be the problem.
if this helps I keep getting
Cannot read properties of null (reading ‘nodeName’)
TypeError: Cannot read properties of null (reading ‘nodeName’
I don’t know what I need to change to fix that
If you right click on the code pen page and go down to inspect and click the console box on top a lot of infomation is there one of which states the exports are not loading etc… so yes this could be part of the problem. Of course this null issue should be addressed as well and that infromation was also in the inspector.