ragul-rofi / ManualCounterJs

Manual Counter using Beginner level JS

Home Page:https://ragul-rofi.github.io/ManualCounterJs/

Repository from Github https://github.comragul-rofi/ManualCounterJsRepository from Github https://github.comragul-rofi/ManualCounterJs

Counter App

This is a simple Counter App built using HTML, CSS, and JavaScript. The app allows users to increase, decrease, and reset a counter, displayed on the screen.

Table of Contents

Demo

Counter App
You can see the app in action by opening index.html in your browser.

Features

  • Increase the Counter: Click the "Increase" button to increment the count.
  • Decrease the Counter: Click the "Decrease" button to decrement the count.
  • Reset the Counter: Click the "Reset" button to reset the count back to zero.
  • Interactive UI: The button color changes when hovered, enhancing the user experience.

Technologies

  • HTML5: For the structure of the page.
  • CSS3: For styling and layout.
  • JavaScript: For dynamic interactions and functionality.

Installation

  1. Clone this repository:
    git clone https://github.com/yourusername/counter-app.git
    
  2. Navigate to the project directory:
    cd counter-app
    

3.Open index.html im ypur browser to viw the app

Usage

  • Click the Increase button to add to the count.
  • Click the Decrease button to subtract from the count.
  • Click the Reset button to set the count back to zero.

About

Manual Counter using Beginner level JS

https://ragul-rofi.github.io/ManualCounterJs/

License:MIT License


Languages

Language:CSS 39.1%Language:HTML 31.5%Language:JavaScript 29.4%