Skip to content

Commit 2e45f53

Browse files
Create README.md
1 parent d7582b4 commit 2e45f53

File tree

1 file changed

+37
-0
lines changed

1 file changed

+37
-0
lines changed

README.md

Lines changed: 37 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,37 @@
1+
# Eventify Frontend
2+
3+
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

Comments
 (0)