username : admin
password : 123456
This project is a campaign management system built using Angular 19.
📌 Goal: Allow users to log in and manage campaigns (create, update, delete, and modify points).
📌 Technologies: Angular 19, Angular Material, TypeScript, SCSS.
User Authentication (Login System)
Unauthorized Access Restriction
Campaign Listing
Campaign Creation (With Form Validation)
**Campaign Deletion **
**Campaign Editing **
Increase/Decrease Campaign Points Dynamically
Data Persistence with LocalStorage
Responsive & Modern UI with Angular Material
Service-Based Architecture
1️⃣ Clone the repository:
git clone https://github.com/AtalaySezen/Angular-Campaign-Management.git
2️⃣ Install dependencies:
npm install
3️⃣ Run the project:
ng serve
4️⃣ Open in the browser:
http://localhost:4200