Skip to content

PanicS7/Counter

Repository files navigation

Angular Counter App

A simple yet functional counter application built with Angular, demonstrating core concepts like component structure, event binding, and basic styling.

Features

Increment/Decrement Counter: Two buttons to increase or decrease the counter value. Reset Functionality: Button that resets the counter to 0

Technologies Used

  • Angular 20
  • TypeScript
  • CSS (no external frameworks)

Key Angular Concepts Demonstrated

One-Way Data Binding: {{ count }} displays the counter value.
Event Binding: (click) triggers methods.
Reusable Component Architecture: Self-contained logic and styling.

How to Run

Clone the repo.
Run npm install
Start the dev server: ng serve
Open http://localhost:4200.

Why This Project?

First Angular App: Focused on fundamentals.
Clean Code: Readable and maintainable.

About

Counter app using Angular

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published