Skip to content

Latest commit

 

History

History
95 lines (61 loc) · 3.3 KB

README.md

File metadata and controls

95 lines (61 loc) · 3.3 KB

وَكَانَ فَضْلُ اللَّهِ عَلَيْكَ عَظِيمًا - 113 سورة النساء

Physicians

An application to show the physicians schedule on TV

Description

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.

Getting Started

Tech Stack

React Typescript SASS Git Yarn ESLint Prettier React-Testing-Library Visual Studio Code

Overview

wireframe

Demo

Live Demo

No live demo

Demo photos

Demo snapshot #1 Demo snapshot #2

Styles and Design system

Just SASS.

Installing Dependencies

npm install
yarn

Build & Run

npm run build
npm start
yarn build
yarn start

Tests

  • Unit/Integration Test
    • Run yarn test to execute the unit tests.

Help

In case of any issues please reach out to me at: info@khaledr.ir

Authors

Khaled Rakhisi

License

This project is licensed under the [Khaled Rakhisi] License - see the LICENSE.md file for details

Acknowledgments

Inspiration, code snippets, etc.