Skip to content

Andrew781123/scheduling-quick

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

scheduling-quick

Tyr it out

A web application which finds the common schedules of a group of people for a meeting, gathering, etc.

Learning Objectives

  1. Implement TypeScript in React and Nodejs
  2. Test driven development
  3. Apply common sorting algorithms and data structures

How to use

  1. Event organizer fills in a simple form, describing the event

image
2. A link will be generated and the organizer sents it to participants

image
3. Participants fill in their available schedules

image
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

image

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages