Skip to content

abbsgp/Senior_project_GUI

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

42 Commits
 
 
 
 
 
 

Repository files navigation

Senior_project_GUI

React GUI code base

Note:

  1. after cloning repository open bms_app
    • install the react scripts using the following command: 'npm install react-scripts' otherwise you cannot run app on local host
  2. to use the backend you must run both the backend and frontend parts simultaneously
    • frontend: open terminal in bms_app folder use: 'npm start'
    • backend: open terminal in serialcomm folder 'npm run dev'
    • backend deals w/ serial communication
    • to view the backend use the url: "http://localhost:8000/graphdata"

Todo List

  1. change graph info dynamically -if it takes long default to just show graph info using list
  2. UML diagrams

About

React GUI code base

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 68.1%
  • CSS 15.1%
  • C 10.3%
  • HTML 6.5%