Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/bl33h/evenorodd
A simple web application that enables users to determine if a given number is even or odd.
https://github.com/bl33h/evenorodd
evenorodd html javascript netlify web
Last synced: 24 days ago
JSON representation
A simple web application that enables users to determine if a given number is even or odd.
- Host: GitHub
- URL: https://github.com/bl33h/evenorodd
- Owner: bl33h
- Created: 2023-02-18T17:47:21.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2023-06-16T23:15:35.000Z (over 1 year ago)
- Last Synced: 2024-11-20T20:35:47.085Z (3 months ago)
- Topics: evenorodd, html, javascript, netlify, web
- Language: HTML
- Homepage: https://evenoroddnumber.netlify.app/
- Size: 3.91 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# evenOrOdd
This project features a simple web application that allows users to determine whether a given number is even or odd.
![]()
Files •
Functionality •
How To Use
## Files
- src: the file that implements de solution.
## Functionality
The web application offers the following functionalities:- Users can enter a number into the provided input field.
- Upon clicking the "Check" button, the code checks whether the entered number is even or odd.
- The result is displayed on the page, indicating whether the number is even or odd.
- The code is written in HTML and JavaScript and can be easily incorporated into any web page. It provides a basic user interface that prompts for input and dynamically displays the result.## How To Use
To clone and run this application, you'll need [Git](https://git-scm.com) installed on your computer. From your command line:```bash
# Clone this repository
$ git clone https://github.com/bl33h/evenOrOdd# Run the app
$ python -m http.server
```