Skip to content

Commit 51ee6c6

Browse files
author
Shabir Mahfudz Prahono
authored
Update README.md
1 parent b65197f commit 51ee6c6

File tree

1 file changed

+39
-1
lines changed

1 file changed

+39
-1
lines changed

README.md

Lines changed: 39 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,39 @@
1-
# Device-On-Checker
1+
# Device-On-Checker
2+
[![GitHub license](https://img.shields.io/github/license/Naereen/StrapDown.js.svg)](https://github.com/shabir-mp/Element-Identificator/blob/main/LICENSE)
3+
4+
This is a simple web application that allows you to check the status of a device by clicking a button. When the button is clicked, the text of the status element will be updated to indicate that the device is on.
5+
6+
## Features
7+
8+
Check the status of a device with a single click
9+
Display the device status in a clear and concise manner
10+
11+
## Usage
12+
13+
Open the web application in a modern web browser.
14+
Click the "Check Device" button to check the status of the device.
15+
The status of the device will be displayed in the "Device Status" element.
16+
17+
## Code Overview
18+
19+
The web application consists of an HTML file that defines the structure and layout of the page, and a JavaScript file that adds interactivity to the page.
20+
21+
The HTML file contains a button element with the id "device-button" and a paragraph element with the id "device-status". These elements are used to display the button and the device status, respectively.
22+
23+
The JavaScript file uses the addEventListener method to attach a click event listener to the button element. When the button is clicked, the text content of the status element is updated to indicate that the device is on.
24+
25+
## Run Web Application
26+
Open link in description.
27+
28+
## Dependencies
29+
30+
This web application has no external dependencies and should work in any modern web browser.
31+
32+
## License
33+
34+
This project is licensed under the MIT License. See the LICENSE file for more information.
35+
36+
-----------------------------------------------------------------------------------------
37+
![Github Footer](https://github.com/shabir-mp/Kereta-Api-Indonesia-Booking-System/assets/133546000/c1833fe4-f470-494f-99e7-d583421625be)
38+
39+

0 commit comments

Comments
 (0)