WinMeet is an application that is designed to enhance your meeting planning experience. With WinMeet, you have power to effortlessly create meetings, invite participants, offer multiple date options for efficient scheduling. Find the ideal meeting time with ease. With WinMeet, you can access your meetings and manage your schedule easily on both web and mobile.
- Create Meetings Effortlessly
- Collaboratively Decide on Meeting Dates
- View All Meetings on a Single Page for Better Planning
- Save Time While Scheduling Meetings
- Keep participants notified throughout the process
To ensure code consistency, maintainability, and readability across the project, we are following coding standards below:
- Naming conventions:
- We use "camelCase" for variables and function names.
- We use "PascalCase" for class and enum names.
- We name files using "snake_case".
- Code modularization:
- We break down our code into smaller, reusable components or functions.
- We organize code into folders based on feature.
- Error handling:
- We catch exceptions and provide meaningful error messages to users when necessary.