Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/olgakapskaya/hospital_department
https://github.com/olgakapskaya/hospital_department
node-sass react react-redux redux-toolkit typescript
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/olgakapskaya/hospital_department
- Owner: OlgaKapskaya
- Created: 2023-01-06T11:59:39.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2023-01-23T02:29:36.000Z (almost 2 years ago)
- Last Synced: 2024-10-15T16:22:07.063Z (about 1 month ago)
- Topics: node-sass, react, react-redux, redux-toolkit, typescript
- Language: TypeScript
- Homepage: https://olgakapskaya.github.io/hospital_department/
- Size: 742 KB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Hospital department
Prerequisite:
There are 6 doctors working in the hospital department. The house rules forbid leaving the ward when there are fewer than 3 doctors left.
Main part:
You need to create an appendix with two pages. The first page should list all the doctors (staff) in a table with columns: id, full name, date of birth in the format dd.mm.yyyyy. The table should be sorted by full name. By clicking on the name of an employee, the user should get to the second page where the table should display a list of time intervals of the doctor's presence in the hospital department.
Additional part:
Highlight in red the times when a physician's departure from the department involved a violation of the housekeeping rule.
## Demo
https://olgakapskaya.github.io/hospital_department/
## Technology stack
- react
- redux-toolkit
- react-redux
- typescript
- node-sass