Skip to content

Latest commit

 

History

History
30 lines (26 loc) · 1.06 KB

README.md

File metadata and controls

30 lines (26 loc) · 1.06 KB

Meeting Management System

Description

A comprehensive system for managing meetings effectively. It allows users to schedule, organize, and track meeting details, ensuring better team collaboration and time management.

Features

  • User authentication and role management.
  • Scheduling meetings with date, time, and location.
  • Notifications for upcoming meetings.
  • CRUD operations for meeting management.
  • Dashboard for tracking meeting history.

Technologies Used

  • Frontend: HTML, CSS, JavaScript
  • Backend: C# (.NET Framework)
  • Database: SQL Server

Setup Instructions

  1. Clone the repository:
    git clone https://github.com/Youssif-Asaad-Sobhy/Meeting-Management-System.git
  2. Open the solution in Visual Studio.
  3. Configure the database connection string in appsettings.json.
  4. Run the application.

Future Improvements

  • Integration with external calendar APIs (e.g., Google Calendar).
  • Mobile-responsive UI.
  • Analytics for meeting durations and attendance.

Contributions

  • Feel free to submit a pull request or suggest improvements!