I´m working on the FCC frontend challange JavaScript Calculator. I´m building in React with useState and useEffect hooks. I´m not done with the project but i´m stuck on user story #8
As I input numbers, I should be able to see my input in the element with the id of display.
The input shows in the element with id display on input. I must be missing something and cannot figure it out.
Repo on github
Project on github pages
It would be much appreciated if someone could take a look at the code and maybe point me in the right direction.
Take care!