https://github.com/hendzormati/angular
Angular is a learning project focused on building a frontend application using Angular. It integrates seamlessly with the Spring Boot backend project, providing a full-stack solution.
https://github.com/hendzormati/angular
angular front-end javascript
Last synced: about 12 hours ago
JSON representation
Angular is a learning project focused on building a frontend application using Angular. It integrates seamlessly with the Spring Boot backend project, providing a full-stack solution.
- Host: GitHub
- URL: https://github.com/hendzormati/angular
- Owner: hendzormati
- Created: 2025-01-28T11:09:52.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2026-06-14T03:49:50.000Z (9 days ago)
- Last Synced: 2026-06-14T05:20:01.280Z (9 days ago)
- Topics: angular, front-end, javascript
- Language: TypeScript
- Homepage:
- Size: 216 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Angular Repository
Welcome to the **Angular** repository! This project is part of my workshop series for learning **Angular** and how to build a frontend application that integrates with a **Spring Boot** backend.
## Repository Traffic Overview
Here's the traffic overview for this repository:
- 👁️ **Total Views** Since Creation: **16** views
- 🔄 **Total Clones** Since Creation: **191** clones
- 📈 **Recent Views** (Last 14 days): **0** views
- 📊 **Recent Clones** (Last 14 days): **40** clones
---
Last traffic data update: **Sun Jun 21 2026 04:57:09 CET**
---
## Project Overview
This repository is designed for educational purposes to guide you through creating an **Angular frontend** that can interact with a **Spring Boot backend**. Through this workshop, you’ll learn:
- How to build components in Angular.
- How to interact with backend services through REST APIs.
- How to connect the frontend with the Spring Boot backend to form a full-stack application.
### Repository Structure
- **src**: Contains the source code for the Angular frontend.
- **angular.json**: Configuration file for Angular CLI.
- **package.json**: Dependency configuration for the project.
### Getting Started
1. **Clone the repository**:
```bash
git clone https://github.com/hendzormati/Angular.git
cd Angular
2. **Install dependencies**:
```bash
npm install
3. **Run the application**:
```bash
ng serve
The frontend will be available at **http://localhost:4200**