Skip to content

Latest commit

 

History

History
14 lines (10 loc) · 465 Bytes

README.md

File metadata and controls

14 lines (10 loc) · 465 Bytes

JavaScript Counter Project

This is a simple project created to understand the concepts of JavaScript. It features a counter that allows users to increment or decrement the value.

Technologies Used

  • HTML
  • CSS
  • JavaScript

How to Use

  1. Open the index.html file in your web browser.
  2. Click the "+" button to increment the value or the "-" button to decrement it.

Feel free to explore and modify the code to enhance your understanding of JavaScript!