Skip to content

MaheshRautrao/Send-The-Message

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Send The Message

This is a simple javasript app in which we can type the message in input box and when you click submit button the message is sent to the message place holder which is at the lower end of card.

Tech Stack

JAVASCRIPT HTML CSS

Demo

https://maheshrautrao.github.io/Send-The-Message

Features

  • Live preview
  • If you don't enter any message you will get a message saying please enter a message.

Lessons Learned

👉 I was using document.getElementById on element having id submit-btn . It was not working but when I googled I get to know that getElementById do not work with id having hypen because in javascript variables are not allowed to use hypen in their name. But the same id works with querySelector.

Screenshots

Screenshot 2023-06-25 124347

Screenshot 2023-06-25 124434

Screenshot 2023-06-25 124457

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published