Skip to content

This is a basic counter app with HTML, CSS, and JS. It displays a large numerical value that can be adjusted using three buttons, and changes color based on whether it is positive, negative, or zero.

Notifications You must be signed in to change notification settings

paribhandarkar/counter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Counter

This is a simple counter application that allows you to increase, decrease, and reset a numerical value. The project consists of a heading, a numerical value displayed in a large font size, and three buttons that allow you to manipulate the value. The plus button increases the value, the minus button decreases it, and the reset button sets the value back to zero. The JavaScript code behind the project listens for button clicks and updates the numerical value accordingly. Additionally, the color of the numerical value changes depending on whether it is positive, negative, or zero. This project is a great example of how to use basic HTML, CSS, and JavaScript to create a functional and visually appealing application.

Demo

You can try out the application by visiting this link.

Technologies Used

  • HTML
  • CSS
  • JavaScript

Getting Started

To get started with this project, clone the repository and open the index.html file in your preferred web browser.

image

About

This is a basic counter app with HTML, CSS, and JS. It displays a large numerical value that can be adjusted using three buttons, and changes color based on whether it is positive, negative, or zero.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published