Hi there,
I just started learning JavaScript, which seems to be pretty difficult.
So, I am to replicate a webpage (1st image):
I have been able to create this with HTML and CSS. However, I am having difficulty adding the functionality to the webpage (2nd image):
From the template (1st image), on the click of the “add a new note button”, a text window should pop up and the count should update to 3 notes after entering your text.
Any form of assistance on how to fix this will be appreciated.
The code can be viewed on CodePen: Introduction to CSS /JavaScript - Personal Journal (codepen.io).
Thank you!