Skip to content

Latest commit

 

History

History

FE-feeler

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 

GUI

src/
├── components/
│   ├── Auth/
│   │   ├── Login.js
│   │   └── Register.js
│   ├── Dashboard.js
│   ├── History.js
│   └── Visualization.js
├── App.js
├── index.js
├── api.js  # Centralized API calls
└── styles.css  # Global styling

npm start:

# run in development/for now
npm i
npm start