项目作者: rvshi

项目描述 :
Heart Rate Database Frontend
高级语言: JavaScript
项目地址: git://github.com/rvshi/doctor-hr-frontend.git
创建时间: 2018-03-29T18:50:46Z
项目社区:https://github.com/rvshi/doctor-hr-frontend

开源协议:

下载


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/ directory

    Screenshots

    From left to right, database search, adding entries, and API usage.