Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jmgogo/interact-js
A repo to demo basic DOM interactions with JavaScript.
https://github.com/jmgogo/interact-js
event-handlers events js
Last synced: 18 days ago
JSON representation
A repo to demo basic DOM interactions with JavaScript.
- Host: GitHub
- URL: https://github.com/jmgogo/interact-js
- Owner: jmgogo
- License: mit
- Created: 2024-02-19T22:27:22.000Z (11 months ago)
- Default Branch: main
- Last Pushed: 2024-02-22T02:51:49.000Z (11 months ago)
- Last Synced: 2024-11-06T02:19:35.573Z (2 months ago)
- Topics: event-handlers, events, js
- Language: HTML
- Homepage:
- Size: 92.8 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Interact with JavaScript
Foreword
A repo to demo basic DOM interactions with JavaScript.
Report Bug
ยท
Request Feature
## Table of Contents
- [Interact with JavaScript](#interact-with-javascript)
- [Table of Contents](#table-of-contents)
- [About](#about)
- [Getting started](#getting-started)
- [License](#license)## About
This repository hosts files that demonstrate event handling with JavaScript.
## Getting started
1. Git clone this project to a local repository. This will provide you a copy of all files. ๐
2. Launch an application via the [html file](./html/) of your choice. ๐
3. Investigate the [javascript code](./js/) with the same base filename, i.e. eventTypes.html, eventTypes.js, etc... ๐
4. Play with the event listeners setup for each exercise! ๐
5. Understand what's going on? Then move on and repeat! ๐## License
Distributed under the MIT License. See `LICENSE` for more information.