Skip to content

An interactive counter app built with HTML, CSS, and JavaScript. Users can increment, decrement, update the value, or reset the counter — ideal for practicing DOM manipulation and event handling.

Notifications You must be signed in to change notification settings

AmarjeetJyotis/lec-13---Increment-Decrement

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 

Repository files navigation

lec-13---Increment-Decrement

Project link: https://lec-13-increment-decrement.vercel.app/

image

🔢 Increment and Decrement App

This is a simple and interactive web application built using HTML, CSS, and JavaScript that allows users to:

  • Increment a counter
  • Decrement the counter
  • Update the counter by a custom value
  • Reset the counter to zero

🌐 Live Demo

👉 Check it out here

📸 Preview

Counter: 0 [Increment by Value] [Update] [Decrement by Value] [Update] [Clear]

markdown Copy Edit

✨ Features

  • Increment counter by custom input
  • Decrement counter by custom input
  • Reset button to clear the counter
  • Clean and responsive user interface

🛠️ Technologies Used

  • HTML5
  • CSS3
  • JavaScript (Vanilla)

🧑‍💻 Author

Amarjeet Kumar
UID: 21BCS10768
Department of Computer Science & Engineering
Chandigarh University

Portfolio: https://amarjeetkr.vercel.app/
LinkTree: https://linktr.ee/AmarjeetKumarJyotish
GitHub: https://github.com/AmarjeetJyotis
LinkedIn: https://www.linkedin.com/in/amarjeet-jyotish/
GeeksforGeeks: https://www.geeksforgeeks.org/user/amarjeetjyotish/
LeetCode: https://leetcode.com/u/AmarjeetJyotish/


📁 Project Structure

📦 increment-decrement-app ├── index.html ├── style.css └── script.js

arduino Copy Edit

🚀 Getting Started

To run the project locally:

  1. Clone this repository:
    git clone https://github.com/your-username/increment-decrement-app.git

Navigate into the project directory:

bash Copy Edit cd increment-decrement-app Open index.html in your browser.

🙌 Acknowledgements This project is part of learning basic JavaScript DOM manipulation and UI interactivity.

Feel free to fork, customize, and use it in your own projects!

📬 Contact If you have any feedback or questions, feel free to connect!

About

An interactive counter app built with HTML, CSS, and JavaScript. Users can increment, decrement, update the value, or reset the counter — ideal for practicing DOM manipulation and event handling.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published