├── imgs
├── bg.png
├── ss.png
├── ss1.png
├── ss2.png
├── Gotham Rounded Bold.ttf
├── Gotham Rounded Book.ttf
├── prototypeArtboard 1.jpg
├── prototypeArtboard 2.jpg
├── prototypeArtboard 3.jpg
├── prototypeArtboard 4.jpg
└── prototypeArtboard 5.jpg
├── public
├── favicon.ico
├── manifest.json
└── index.html
├── src
├── assets
│ ├── bg2.png
│ ├── img.png
│ ├── gotham.ttf
│ ├── gotham_thin.ttf
│ └── puff.svg
├── index.css
├── App.test.js
├── Loaders
│ ├── TodoLoader.js
│ ├── TodoLoaderNotes.js
│ └── TodoLoaderPatient.js
├── index.js
├── components
│ ├── Home.js
│ ├── Start.js
│ ├── DocMenuBar.js
│ ├── Data.js
│ ├── MenuBarSmall.js
│ ├── PatientDisplay.js
│ ├── NavBar.js
│ ├── Nurses.js
│ ├── Pats.js
│ ├── Bar.js
│ ├── MenuBar.js
│ ├── MainNavBar.js
│ ├── Docs.js
│ ├── AllNotesPatients.js
│ ├── AllNotesDocs.js
│ ├── AllDocs.js
│ ├── Ward.js
│ ├── PatDisplay.js
│ ├── Room.js
│ ├── Patient.js
│ ├── AllP.js
│ ├── Doctor.js
│ ├── DocChat.js
│ └── Chat.js
├── App.js
├── logo.svg
├── queries
│ └── Queries.js
├── registerServiceWorker.js
└── App.css
├── README.md
├── .gitignore
└── package.json
/imgs/bg.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/CodHeK/soulcare/HEAD/imgs/bg.png
--------------------------------------------------------------------------------
/imgs/ss.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/CodHeK/soulcare/HEAD/imgs/ss.png
--------------------------------------------------------------------------------
/imgs/ss1.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/CodHeK/soulcare/HEAD/imgs/ss1.png
--------------------------------------------------------------------------------
/imgs/ss2.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/CodHeK/soulcare/HEAD/imgs/ss2.png
--------------------------------------------------------------------------------
/public/favicon.ico:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/CodHeK/soulcare/HEAD/public/favicon.ico
--------------------------------------------------------------------------------
/src/assets/bg2.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/CodHeK/soulcare/HEAD/src/assets/bg2.png
--------------------------------------------------------------------------------
/src/assets/img.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/CodHeK/soulcare/HEAD/src/assets/img.png
--------------------------------------------------------------------------------
/src/assets/gotham.ttf:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/CodHeK/soulcare/HEAD/src/assets/gotham.ttf
--------------------------------------------------------------------------------
/src/index.css:
--------------------------------------------------------------------------------
1 | body {
2 | margin: 0;
3 | padding: 0;
4 | font-family: sans-serif;
5 | }
6 |
--------------------------------------------------------------------------------
/src/assets/gotham_thin.ttf:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/CodHeK/soulcare/HEAD/src/assets/gotham_thin.ttf
--------------------------------------------------------------------------------
/imgs/Gotham Rounded Bold.ttf:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/CodHeK/soulcare/HEAD/imgs/Gotham Rounded Bold.ttf
--------------------------------------------------------------------------------
/imgs/Gotham Rounded Book.ttf:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/CodHeK/soulcare/HEAD/imgs/Gotham Rounded Book.ttf
--------------------------------------------------------------------------------
/imgs/prototypeArtboard 1.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/CodHeK/soulcare/HEAD/imgs/prototypeArtboard 1.jpg
--------------------------------------------------------------------------------
/imgs/prototypeArtboard 2.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/CodHeK/soulcare/HEAD/imgs/prototypeArtboard 2.jpg
--------------------------------------------------------------------------------
/imgs/prototypeArtboard 3.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/CodHeK/soulcare/HEAD/imgs/prototypeArtboard 3.jpg
--------------------------------------------------------------------------------
/imgs/prototypeArtboard 4.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/CodHeK/soulcare/HEAD/imgs/prototypeArtboard 4.jpg
--------------------------------------------------------------------------------
/imgs/prototypeArtboard 5.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/CodHeK/soulcare/HEAD/imgs/prototypeArtboard 5.jpg
--------------------------------------------------------------------------------
/README.md:
--------------------------------------------------------------------------------
1 | # soulcare
2 |
3 | ### Link to the enitre presentation
4 |
5 | [presentation](https://drive.google.com/file/d/1eudCnvvLLnJjLP5VO_0ZbV6zQuzJaN7s/view?usp=sharing)
6 |
7 | 
8 |
9 | 
10 |
--------------------------------------------------------------------------------
/src/App.test.js:
--------------------------------------------------------------------------------
1 | import React from 'react';
2 | import ReactDOM from 'react-dom';
3 | import App from './App';
4 |
5 | it('renders without crashing', () => {
6 | const div = document.createElement('div');
7 | ReactDOM.render(
| Nurse | 14 |Doctor | 15 |
Check your internet connection
; 33 | 34 | console.log(data.doctors[0].patients); 35 | 36 | returnError
24 | 25 | return data.note.map((nt) => ( 26 |{nt.desp.split(",")[0]}
41 |{nt.desp.split(",")[1]}
45 |{nt.desp.split(",")[2]}
51 |Error
24 | 25 | return data.note.map((nt) => ( 26 |{nt.desp.split(",")[0]}
41 |{nt.desp.split(",")[1]}
45 |{nt.desp.split(",")[2]}
51 |Check your internet connection
; 35 | 36 | return data.doctors.map((p) => ( 37 | 58 | )) 59 | } 60 | } 61 |Error
; 31 | 32 | if(data.room.length == 0) 33 | returnCheck your internet connection
; 30 | 31 | return data.patient.map((p) => ( 32 | 57 | )) 58 | } 59 | } 60 |Check your internet connection
; 34 | 35 | if(data.patient.length == 0) 36 | returnCheck your internet connection
; 33 | 34 | if(data.patient.length == 0) 35 | returnCheck your internet connection
; 56 | 57 | return data.doctors.map((p) => ( 58 |