Skip to content

toscalivia83/waveforms-app-ui

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Feebris application

Displays a playable waveform from a stethoscope signals with a form to submit annotations for each sound.

Getting started

  1. Check that you have node and npm install by running npm -v and node -v, if not, install node and npm
  2. Check that you have mongodb installed with the driver, if not install mongodb
  3. Run npm install which will install library dependencies.
  4. Run npm run start to run the application and see it displayed on your browser.
  5. Run yarn test to run the unit test files.

MongoDB

To look at what is inside your database in dev

  1. Run mongo "mongodb://localhost/dev"
  2. Run use dev
  3. Then you can run any command like db.stethoscoperecords.find()

Improvements

  • Improve the styling, see the Figma wireframes of what I'm planning to build
  • Add more tests (ui/visual regression tests)
  • Make sure the .wav is requested only once

About

Waveform display with user form in React

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published