upsidedownlabs / Chords-Web

Chords is a web-based application that transforms your Arduino board into a powerful signal visualization tool, allowing you to monitor and analyze ECG and EMG data directly in your browser.
https://chords.upsidedownlabs.tech/
3 stars 5 forks source link

Version1.0 #31

Closed akadeepesh closed 2 months ago

akadeepesh commented 3 months ago

Old version structured code. Fixes #8

akadeepesh commented 2 months ago

For live preview : https://bio-signal-recorder-web.vercel.app/

Ritika8081 commented 2 months ago

thanks @akadeepesh for your contribution, I have tested it's working fine.

lorforlinux commented 2 months ago

@akadeepesh Thanks for the updates, I have some suggestions to update the current status of the app.

We should just show the message in a white box if the browser is not supported, everything else can be removed.

image

  1. We should put Upside Down Labs logo somewhere on the header
  2. Buttons are a bit dull, please use bright color combos like white on black. The connect button can be grey when the device is not connected, green when connected, and red on hover if connected.

image

akadeepesh commented 2 months ago

@lorforlinux those were potential issues needed to be fixed, thanks for pointing those out, I have fixed the issues you pointed out also added a list of contributors in modal triggered by i button in navbar.

akadeepesh commented 2 months ago

@lorforlinux I have made all relevant change, this branch is good to merge now

akadeepesh commented 2 months ago

@lorforlinux I have made specified changes in the code

lorforlinux commented 2 months ago

@akadeepesh Thank you for your contribution, I am merging this now.