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.
- Framework: Angular
- Styling: SCSS, Bootstrap, Angular Material
- Routing: Angular Router for navigation
- Real-Time Communication: SignalR for notifications and updates
Eventify-Frontend/
├── src/
│ ├── app/ # Main application folder
│ │ ├── components/ # Reusable components
│ │ ├── guards/ # Route guards for access control
│ │ ├── helpers/ # Utility functions and helpers
│ │ ├── interceptors/ # HTTP interceptors
│ │ ├── interfaces/ # TypeScript interfaces
│ │ ├── models/ # Data models
│ │ ├── pages/ # Application pages
│ │ ├── pipes/ # Custom pipes
│ │ ├── services/ # Services for business logic and API interaction
│ ├── assets/ # Static assets like images and icons
│ ├── environments/ # Environment configuration
│ ├── styles/ # Global styles (SCSS)
│ └── index.html # Main HTML file
├── angular.json # Angular configuration file
├── package.json # Project metadata and dependencies
└── README.md # Project documentation
Special thanks to all the contributors and mentors who supported this project!