Skip to content

Refactor/separate frontend from backend#53

Open
Oscar-SR wants to merge 4 commits intogommzystudio:masterfrom
Oscar-SR:refactor/separate-frontend-from-backend
Open

Refactor/separate frontend from backend#53
Oscar-SR wants to merge 4 commits intogommzystudio:masterfrom
Oscar-SR:refactor/separate-frontend-from-backend

Conversation

@Oscar-SR
Copy link

@Oscar-SR Oscar-SR commented Jan 1, 2026

This PR reorganizes the repository structure by separating the frontend and backend code into distinct directories:

device-activity-tracker/
├── backend/
│   └── src/
│       ├── tracker.ts         # WhatsApp RTT analysis logic
│       ├── signal-tracker.ts  # Signal RTT analysis logic
│       ├── server.ts          # Backend API server (both platforms)
│       └── index.ts           # CLI interface
└── frontend/                  # React web interface

Changes include:

  • Moved all backend source files from the root directory to backend/src/
  • Renamed the React application directory from client/ to frontend/
  • Updated README.md to reflect the new project structure

No functional changes were made; this is purely a refactor to improve project organization. All existing imports and configurations have been adjusted accordingly.

This sets the foundation for future development and makes it easier to manage the backend and frontend independently.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant