Skip to content

A polished, responsive frontend application leveraging ASP.NET Core Razor Pages for comprehensive event management. Provides secure, role-based authentication for attendees, volunteers, organizers, sponsors, and donors, and a mobile-first UI built with Bootstrap 5 and jQuery. Modular architecture and LibMan integration ensure maintainability.

License

Notifications You must be signed in to change notification settings

amr-yasser226/Event-Management

Repository files navigation

Event Management

GitHub Repo Size GitHub Contributors GitHub Stars GitHub License

Table of Contents

Overview

Welcome to the Event Management Frontend repository! This project serves as the user-facing interface for managing events, volunteers, attendees, and organizers. Built with ASP.NET Core Razor Pages, the frontend provides a seamless and intuitive experience for users to interact with the event management system.

Features

  • User Authentication:

    • Login and Sign In functionalities for Attendees, Volunteers, Organizers, Sponsors, and Donors.
  • Role-Based Navigation: Dynamic navigation options based on user roles.

  • Responsive Design: Mobile-first layout using Bootstrap 5 for optimal viewing across devices.

  • Clean UI/UX: Intuitive, user-centric design ensuring ease of use.

  • Modular Architecture: Organized folder structure for scalability and maintainability.

Technologies Used

  • Frontend:

  • Version Control:

    • Git – Distributed version control.
    • GitHub – Repository hosting and collaboration.
  • Package Management:

    • LibMan – Client-side library manager.

Project Structure

Frontend/
├── Pages/
│   ├── AuthChoice/
│   │   ├── AuthChoice.cshtml
│   │   └── AuthChoice.cshtml.cs
│   ├── User/
│   │   ├── Attendee/
│   │   │   ├── Login/AttendeeLogin.cshtml
│   │   │   └── AttendeeLogin.cshtml.cs
│   │   ├── Volunteer/
│   │   │   ├── Login/VolunteerLogin.cshtml
│   │   │   └── VolunteerLogin.cshtml.cs
│   │   └── Organizer/
│   │       ├── Login/OrganizerLogin.cshtml
│   │       └── OrganizerLogin.cshtml.cs
│   ├── Index.cshtml
│   └── _ViewImports.cshtml
├── wwwroot/
│   ├── css/
│   ├── js/
│   └── lib/
│       ├── bootstrap/
│       └── jquery/
├── Frontend.csproj
├── Program.cs
├── Startup.cs
├── .gitignore
├── .gitattributes
├── LICENSE
├── README.md
└── ...

Installation

Prerequisites

Setup

  1. Clone the Repo

git clone https://github.com/amr-yasser226/Event-Management-Frontend.git cd Event-Management-Frontend

2. **Restore & Build**
   ```bash
dotnet restore
dotnet build
  1. Run

    dotnet run
  2. Access Open http://localhost:5000 or https://localhost:5001

Usage

Navigate by role (Attendee, Volunteer, Organizer, Sponsor, Donor), choose Login or Sign In, complete the form, and proceed to the dashboard or thank-you page.

Contributing

  1. Fork the repo
  2. Create a feature branch
  3. Commit changes with clear messages
  4. Push and open a Pull Request

Please follow coding standards, write tests, and respect our Code of Conduct.

License

This project is licensed under the MIT License.

Contact

For questions or feedback, open an issue or reach out at [[email protected]].

Upcoming Features

  • Backend API integration with ASP.NET Core Identity
  • Enhanced user profiles and analytics dashboard
  • Real-time notifications via SignalR
  • Payment gateway support
  • Advanced search, filtering, and localization

Thank you for using Event Management!

About

A polished, responsive frontend application leveraging ASP.NET Core Razor Pages for comprehensive event management. Provides secure, role-based authentication for attendees, volunteers, organizers, sponsors, and donors, and a mobile-first UI built with Bootstrap 5 and jQuery. Modular architecture and LibMan integration ensure maintainability.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 3

  •  
  •  
  •