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
# run in development/for now
npm i
npm start