Budget Tracker Live - A responsive React.js (Vite) application for tracking income and expenses. Styled with Tailwind CSS and connected to the backend via REST APIs. Fully containerized with Docker, deployed to AWS EC2 via GitHub Actions, and served through NGINX.
Stars
11
Forks
0
Watchers
11
Open Issues
0
Overall repository health assessment
^1.10.0^19.1.0^19.1.0^7.7.0^9.30.1^4.1.11^19.1.8^19.1.6^4.6.0^10.4.21^9.30.1^5.2.0^0.4.20^16.3.0^8.5.6^3.4.17^7.0.441
commits
feat: update favicon and title in index.html; add new TYB logo
5738a24View on GitHubfeat: enhance Home page layout and add navigation links; update input text color in Login and Register forms for better visibility
bd56e4dView on GitHubfix: (Dockerfile) update environment variable from VITE_EC2_BACKEND_URL to VITE_API_BASE_URL for consistency in backend configuration
fa24e60View on GitHubfix: (cicd.yml)update Docker build argument to use VITE_API_BASE_URL for better backend configuration
2bcd8dcView on GitHubfeat: add CI/CD pipeline and Docker configuration for deploying Budget Tracker FE to EC2
6756c15View on GitHubfix: (api.js) update API_BASE_URL to use environment variable for better configuration
428b1a7View on GitHubfeat: (Dashboard.jsx) update fetchData to use getAllSummary for improved transaction summary retrieval
e6953f2View on GitHubfeat: (api.js) add getAllSummary method to transactionAPI for fetching all transaction summaries
1e5b041View on GitHubfeat: (Register.jsx) add Star component for animated background and update styling for improved aesthetics
673ec9dView on GitHubstyle: (TransactionList.jsx) update styling for improved aesthetics and accessibility
f0b973fView on GitHubstyle: (TransactionForm.jsx) enhance styling for improved aesthetics and accessibility
098f54dView on GitHubfeat: (Dashboard.jsx) add Star component for animated background and enhance styling for improved aesthetics
eb6355dView on GitHubfeat: (Login.jsx) add animated star background and update styling for improved aesthetics
a885ac1View on GitHub