https://github.com/amr-yasser226/event-management
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.
Science Score: 26.0%
This score indicates how likely this project is to be science-related based on various indicators:
-
○CITATION.cff file
-
✓codemeta.json file
Found codemeta.json file -
✓.zenodo.json file
Found .zenodo.json file -
○DOI references
-
○Academic publication links
-
○Committers with academic emails
-
○Institutional organization owner
-
○JOSS paper metadata
-
○Scientific vocabulary similarity
Low similarity (10.1%) to scientific vocabulary
Keywords
Repository
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.
Basic Info
Statistics
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 0
- Releases: 0
Topics
Metadata Files
README.md
Event Management
Table of Contents
- Overview
- Features
- Technologies Used
- Project Structure
- Installation
- Usage
- Contributing
- License
- Contact
- Upcoming Features
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:
- 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.
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
- .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
Setup
- Clone the Repo
bash
git clone https://github.com/amr-yasser226/Event-Management-Frontend.git cd Event-Management-Frontend
2. **Restore & Build**
```bash
dotnet restore
dotnet build
- Run
bash
dotnet run
- 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
- 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.
License
This project is licensed under the MIT License.
Contact
For questions or feedback, open an issue or reach out at [your.email@example.com].
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*!
Owner
- Login: amr-yasser226
- Kind: user
- Repositories: 1
- Profile: https://github.com/amr-yasser226
GitHub Events
Total
- Watch event: 2
- Delete event: 3
- Member event: 2
- Push event: 23
- Pull request event: 2
- Create event: 5
Last Year
- Watch event: 2
- Delete event: 3
- Member event: 2
- Push event: 23
- Pull request event: 2
- Create event: 5
Committers
Last synced: 7 months ago
Top Committers
| Name | Commits | |
|---|---|---|
| Amr Yasser | a****6@g****m | 17 |
| Ahmed Abbas | 1****7 | 4 |
| OxHazem | o****d@h****m | 3 |
Issues and Pull Requests
Last synced: 7 months ago
All Time
- Total issues: 0
- Total pull requests: 1
- Average time to close issues: N/A
- Average time to close pull requests: 27 days
- Total issue authors: 0
- Total pull request authors: 1
- Average comments per issue: 0
- Average comments per pull request: 0.0
- Merged pull requests: 1
- Bot issues: 0
- Bot pull requests: 0
Past Year
- Issues: 0
- Pull requests: 1
- Average time to close issues: N/A
- Average time to close pull requests: 27 days
- Issue authors: 0
- Pull request authors: 1
- Average comments per issue: 0
- Average comments per pull request: 0.0
- Merged pull requests: 1
- Bot issues: 0
- Bot pull requests: 0
Top Authors
Issue Authors
Pull Request Authors
- amr-yasser226 (2)