A web application which finds the common schedules of a group of people for a meeting, gathering, etc.
- Implement TypeScript in React and Nodejs
- Test driven development
- Apply common sorting algorithms and data structures
- Event organizer fills in a simple form, describing the event
2. A link will be generated and the organizer sents it to participants
3. Participants fill in their available schedules
4. Result is divided into 4 categories
a. Time slots meet the requirement and all participants are available
b. All participants are available but the time slots don't meet the requirement
c. Time slots meet the requirement but NOT all participants are available
d. Time slots don't meet the requirement and NOT all participants are available