Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

Awesome Lists containing this project

README

        

# Interact with JavaScript





Logo

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.