First, install the dependencies:
yarn install
#or
npm install
Then, run the development server:
yarn dev
# or
npm run dev
Open http://localhost:3000 with your browser to see the result.
Below are some screenshots of the project UI:
This is the homepage
This is the dashboard showing the scheduling
Create staff Frank, who preferred night shifts
Set the at least 1 staff that must be on the clock at all times.
Schedule and get the timetable
This project is licensed under the Mozilla Public License 2.0. For full license information, please see the LICENSE file in the repository.