- Overview
- Features
- Technologies Used
- Project Structure
- Installation
- Usage
- Contributing
- License
- Contact
- Upcoming Features
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.
-
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.
-
Frontend:
- ASP.NET Core 8.0 – Web framework for modern applications.
- Razor Pages – Simplified page-based development.
- Bootstrap 5 – CSS framework for responsive design.
- jQuery – JavaScript library for DOM manipulation.
-
Version Control:
-
Package Management:
- LibMan – Client-side library manager.
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
└── ...
- .NET 8.0 SDK: Install from https://dotnet.microsoft.com/download/dotnet/8.0
- Git: Install from https://git-scm.com/downloads
- IDE: Visual Studio 2022 or Visual Studio Code
-
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
-
Run
dotnet run
-
Access Open http://localhost:5000 or https://localhost:5001
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.
- Fork the repo
- Create a feature branch
- Commit changes with clear messages
- Push and open a Pull Request
Please follow coding standards, write tests, and respect our Code of Conduct.
This project is licensed under the MIT License.
For questions or feedback, open an issue or reach out at [[email protected]].
- 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!