This is a simple web application developed in JavaScript that serves as a counter. The user initially sees the value 0 and can increment or decrement it by clicking the "+" and "-" buttons.
If you find this code helpful or interesting, please consider giving us a star on GitHub. Your support helps promote the project and lets others know that it's worth checking out. Thank you for your support! 🌟
- index.html: Main HTML file.
- css/style.css: CSS file for application styling.
- js/counter.js: JavaScript file for logic and DOM manipulation.
- Initial display of the counter at 0.
- Buttons to increment and decrement the value.
- Dynamic DOM manipulation to create and manage elements.
- Clone the repository. Link: https://jpier34.github.io/Counter/
- Open the index.html file in a browser.
- Use the buttons to change the counter value.
- The project is built without the use of jQuery or other frameworks.
- The logic is divided into functions for better code maintainability.
- 100% responsive for all devices.