Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit a6f956b

Browse files
committed
add readme
1 parent 2fe337b commit a6f956b

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

README.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -155,6 +155,17 @@ In order to run this project you need:
155155
</details>
156156
</li>
157157

158+
<li>
159+
<details>
160+
<summary>Event Code</summary>
161+
<p>The Event Code project is a simple web application that allows users to obtain the keycode of any key they press on their keyboard. Built using HTML, CSS, and JavaScript, the application provides a user-friendly interface where users can press any key, and the corresponding keycode will be displayed on the screen in real-time. This project serves as a practical demonstration of event handling in web development and can be used as a learning tool for understanding keyboard events in JavaScript.</p>
162+
<ul>
163+
<li><a href="https://tajulafreen.github.io/50Projects-HTML-CSS-JavaScript/Source-Code/EventCode/">Live Demo</a></li>
164+
<li><a href="https://github.com/tajulafreen/50Projects-HTML-CSS-JavaScript/tree/main/Source-Code/EventCode">Source</a></li>
165+
</ul>
166+
</details>
167+
</li>
168+
158169
</ol>
159170

160171
<p align="right">(<a href="#readme-top">back to top</a>)</p>

0 commit comments

Comments
 (0)