Functionality:
Through this program, the user can input some text in the text box which on clicking the ‘Submit’ button is displayed on the screen. It displays an error message if no text is entered.
Languages and concepts:
- HTML
- CSS
- Javascript
- .querySelector()
- .addEventListener()
- event.preventDefault()
- element.classList.add(‘className’)
- element.classList.remove(‘className’)
- setTimeOut(function(), timeInMilliseconds)
- element.textContent()
You can interact with the project on this link:
https://aarushi-nema.github.io/webDev005_passTheMessage/
You can find the code on this link:
https://github.com/aarushi-nema/webDev005_passTheMessage



