项目作者: rvshi
项目描述 :
Heart Rate Database Frontend
高级语言: JavaScript
项目地址: git://github.com/rvshi/doctor-hr-frontend.git
Heart Rate Dashboard
Developed by: Harvey Shi (@rvshi)
Course: BME 590 Spring 2018

Introduction
Heart Rate Dashboard is a frontend interface for interacting with my Heart Rate Database.
- Allows users to search and view heart rate entries.
- Both a graph and table of the data is available.
- Has support for adding new heart rate entries.
- Also presents the API usage with examples.
Under the hood
Usage
- To test the site locally, run
$ npm run start
- To build the site for production, run
$ npm run build
. The production files will be in the build/
directoryScreenshots
From left to right, database search, adding entries, and API usage.
