Skip to content

XoCode-Software-development-team/Eventify-event_management_system-frontend

Repository files navigation

Eventify Frontend

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.

Technologies Used

  • Framework: Angular
  • Styling: SCSS, Bootstrap, Angular Material
  • Routing: Angular Router for navigation
  • Real-Time Communication: SignalR for notifications and updates

Project Structure

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

Acknowledgments

Special thanks to all the contributors and mentors who supported this project!