You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The frontend for **Eventify** is built using Angular to provide a dynamic user interface for our Event Management System. This repository contains all the source code and assets needed for the frontend application.
4
+
5
+
## Technologies Used
6
+
7
+
-**Framework:** Angular
8
+
-**Styling:** SCSS, Bootstrap, Angular Material
9
+
-**Routing:** Angular Router for navigation
10
+
-**Real-Time Communication:** SignalR for notifications and updates
11
+
12
+
## Project Structure
13
+
14
+
```
15
+
Eventify-Frontend/
16
+
├── src/
17
+
│ ├── app/ # Main application folder
18
+
│ │ ├── components/ # Reusable components
19
+
│ │ ├── guards/ # Route guards for access control
20
+
│ │ ├── helpers/ # Utility functions and helpers
21
+
│ │ ├── interceptors/ # HTTP interceptors
22
+
│ │ ├── interfaces/ # TypeScript interfaces
23
+
│ │ ├── models/ # Data models
24
+
│ │ ├── pages/ # Application pages
25
+
│ │ ├── pipes/ # Custom pipes
26
+
│ │ ├── services/ # Services for business logic and API interaction
27
+
│ ├── assets/ # Static assets like images and icons
28
+
│ ├── environments/ # Environment configuration
29
+
│ ├── styles/ # Global styles (SCSS)
30
+
│ └── index.html # Main HTML file
31
+
├── angular.json # Angular configuration file
32
+
├── package.json # Project metadata and dependencies
33
+
└── README.md # Project documentation
34
+
```
35
+
## Acknowledgments
36
+
37
+
Special thanks to all the contributors and mentors who supported this project!
0 commit comments