Sagar-Sharma-7 / key-codes

JavaScript keyboard events help you capture user interactions with the keyboard. Click on the link below to get the key code of the pressed key.

Home Page:https://sagar-sharma-7.github.io/key-codes/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

JavaScript keyboard events help you capture user interactions with the keyboard.

If you want to try then click on the link below.


Here are some screen shots



Editor used

alttext

Built with

html css js node express bootstrap


Cloning this repositary using command line

  1. Open Git Bash.
  2. Change the current working directory to the location where you want the cloned directory.
  3. Type git clone https://github.com/Sagar-Sharma-7/flip-text.git
  4. Press Enter to create the clone of this repositary.

Font used

@import url('https://fonts.googleapis.com/css2?family=Nunito&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Handlee&display=swap');


div{
    font-family: 'Nunito', sans-serif;
}

.box{
    font-family: 'Handlee', cursive;
}

License

The scripts and documentation in this project are released under the MIT License

License: MIT


Contributions

Contributions are welcome! see Contribution's Guide


Code of Conduct

hi

Be nice. See our code of conduct



How to reach me?

ForTheBadge makes-people-smile



Follower


ForTheBadge built-with-love ForTheBadge makes-people-smile

alttext

About

JavaScript keyboard events help you capture user interactions with the keyboard. Click on the link below to get the key code of the pressed key.

https://sagar-sharma-7.github.io/key-codes/

License:MIT License


Languages

Language:JavaScript 38.9%Language:HTML 35.3%Language:CSS 25.8%