Skip to content

JPier34/Counter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Counter App: a Start2Impact project

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.

counter-screenshot

⭐️ Show Your Support

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! 🌟

🗺 Project Structure

  • index.html: Main HTML file.
  • css/style.css: CSS file for application styling.
  • js/counter.js: JavaScript file for logic and DOM manipulation.

🙌 Functionality

  • Initial display of the counter at 0.
  • Buttons to increment and decrement the value.
  • Dynamic DOM manipulation to create and manage elements.

🖥️ Execution Instructions

📜 Notes

  • 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.

About

Web applicatione devoleped in JavaScript code, working as a counter.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors