This is the UI component of Open Hospital: it contains a web user interface that consists of a React SPA (single page application).
This project depends on the API component that exposes business logic APIs implemented in the Core component.
This project is still in early stages. For a more mature user interface of Open Hospital, check out the GUI project.
This project is based on React. To learn React, check out the React documentation.
To build this project issue:
npm install
To run its tests issue:
npm test
You can run a development build of the application by issuing:
npm start
You can find the contribution guidelines in the Open Hospital wiki.
A list of open issues is available on Jira.