Skip to content

A simple web application that enables users to determine if a given number is even or odd.

Notifications You must be signed in to change notification settings

bl33h/evenOrOdd

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 

Repository files navigation

evenOrOdd

This project features a simple web application that allows users to determine whether a given number is even or odd.


pic

FilesFunctionalityHow To Use

Try it out here

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 installed on your computer. From your command line:

# Clone this repository
$ git clone https://github.com/bl33h/evenOrOdd

# Run the app
$ python -m http.server

About

A simple web application that enables users to determine if a given number is even or odd.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages