PlanIt is a web application that allows two individuals to schedule a meeting based on their busy work schedules. The application takes into account the working hours and pre-planned meetings of both individuals and suggests available time slots for the meeting.
- User-friendly interface with dropdown components for easy input of time values
- Customizable time range limitations based on the bounds of both users' working hours
- Ability to add and save pre-planned meetings for each user
- Automatic generation of available meeting time slots
- Clean and intuitive design with a dominant white color scheme and an accent color of #2563EB
- cd meeting-scheduler
- npm install
- npm start
3. Add any pre-planned meetings by clicking the "+" button and selecting the appropriate time range.
- React: JavaScript library for building user interfaces
- Material-UI: UI component library for React
- Tailwind CSS: Utility-first CSS framework
- JavaScript: Programming language for web development
- Vite: Fast and efficient development build tool, used to enhance the performance of the project.
Contributions to the Meeting Scheduler project are welcome! If you have any ideas, improvements, or bug fixes, feel free to open an issue or submit a pull request.
This project is licensed under the MIT License.
- This project was inspired by the need for an efficient meeting scheduling tool.
- Special thanks to the creators and maintainers of React, Material-UI, and Tailwind CSS for their amazing tools and frameworks.