This project was bootstrapped with Create React App.
In the project directory, you can run:
Runs the app in the development mode.
Open http://localhost:3000 to view it in the browser.
The page will reload if you make edits.
You will also see any lint errors in the console.
Launches the test runner in the interactive watch mode.
See the section about running tests for more information.
D-PATH (Data Privacy Assessment Tool for Health) is a privacy assessment tool for the sharing of health-related data that aims to guide researchers, data hosts, and service providers such as cloud computing companies, in protecting the privacy and confidentiality of the human health-related datasets they process in a manner that agrees with the applicable legal, professional and ethical norms. In other words, the main functionality of the tool is to help users to be more informed about the regulations and obligations they have to follow in order to comply with the jurisdiction that apply.
The application is fairly simple since it is mainly built with React without a backend. It is composed of a landing page, a few forms (which work in tandem to create a decision tree) and a final results page depending on the options chosen. Some of the app’s dependencies are: bootstrap, react-pdf, react-router-dom, etc.