Skip to content

Is a counter web app created using HTML, CSS and JavaScript

Notifications You must be signed in to change notification settings

JulenHopp/Counter-webApp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Counter-WebApp

Description

Counter-WebApp is a simple yet interactive web application designed to demonstrate fundamental web development skills. It features a user-friendly interface where users can increment or decrement a displayed number. This project is an excellent showcase of basic functionality, including manipulating the Document Object Model (DOM) using JavaScript.

Technologies Used

  • HTML
  • CSS
  • JavaScript

Installation and Setup

No installation is required. Simply clone the repository and open the index.html file in your web browser to start using the Counter-WebApp.

git clone https://github.com/julenhopp/counter-webapp.git

Usage

The application presents a straightforward interface with a display number, and two buttons: 'Increment' and 'Decrement'.

  • Click 'Increment' to increase the number displayed.
  • Click 'Decrement' to decrease the number displayed.

The app provides a direct and interactive way to understand how button clicks can affect the state of a web application.

Features

  • Increment Function: Allows the user to increase the number displayed.
  • Decrement Function: Allows the user to decrease the number displayed.
  • Responsive Design: Ensures the application is usable on various devices and screen sizes.

Contributing

Feel free to fork this project, submit pull requests, or send suggestions to improve the application or add new features.

License

This project is released under the MIT License.

Contact

For any queries or collaborations, feel free to contact me via GitHub.

About

Is a counter web app created using HTML, CSS and JavaScript

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published