Web frontend application to browse all health data references and interact from online
View the running application here: search.curedao.org
Features:
- Open access
- List of all reference entries
- Search throughout all categories
- Filtering
- Sorting
- Export to CSV file
Compare it to the LOINC Reference database and their search portal: https://loinc.org/search/
This project was bootstrapped with
- Alpha: We are testing with a closed set of contributers
- Public Alpha: Anyone can sign up over at TBC.
- Public Beta: Stable enough for most non-enterprise use-cases
- Public: Production-ready
Navigate into your project directory and start local environment with npm:
npm install
npm start
In the browser a new tab with http://localhost:3000 will be opened and the application loads.
The page will automatically reload if you make changes to the code.
You will see the build errors and lint warnings in the console. Example:
Runs the test watcher in an interactive mode.
By default, runs tests related to files changed since the last commit.
Builds the app for production to the build
folder.
It correctly bundles React in production mode and optimizes the build for the best performance.
The build is minified and the filenames include the hashes.
Your app is ready to be deployed.
You can find detailed instructions on using Create React App and many tips in its documentation.