An application to show the physicians schedule on TV
An app to show doctor's programs on TV. This app is completely online and web based. I tried to design this app as optimally as possible. This means that the program uses the TV screen efficiently.
Being real-time was another challenge. I used Websockets to connect the server to the client. Therefore, there is no need to fetch data over a period of time.
No live demo
Just SASS.
npm install
yarn
npm run build
npm start
yarn build
yarn start
- Unit/Integration Test
- Run
yarn test
to execute the unit tests.
- Run
In case of any issues please reach out to me at: [email protected]
This project is licensed under the [Khaled Rakhisi] License - see the LICENSE.md file for details
Inspiration, code snippets, etc.