{"id":20129472,"url":"https://github.com/zaidsunasra/budget-buddy","last_synced_at":"2026-04-06T01:33:13.866Z","repository":{"id":228322999,"uuid":"773644445","full_name":"ZaidSunasra/Budget-Buddy","owner":"ZaidSunasra","description":"An Expense Tracker App","archived":false,"fork":false,"pushed_at":"2025-01-14T06:38:57.000Z","size":584,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2026-01-03T14:21:58.443Z","etag":null,"topics":["expressjs","full-stack-web-development","nodejs","onrender-deploy","postgresql","postman","reactjs","shadcn-ui","tailwind-css","vercel-deployment"],"latest_commit_sha":null,"homepage":"https://budget-buddy-one-rose.vercel.app/","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/ZaidSunasra.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2024-03-18T06:15:11.000Z","updated_at":"2025-01-14T06:39:01.000Z","dependencies_parsed_at":"2024-03-18T08:26:02.610Z","dependency_job_id":"7089df28-5bd4-4bde-b66a-75ae42bcbae7","html_url":"https://github.com/ZaidSunasra/Budget-Buddy","commit_stats":null,"previous_names":["zaidsunasra/budget-buddy"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/ZaidSunasra/Budget-Buddy","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ZaidSunasra%2FBudget-Buddy","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ZaidSunasra%2FBudget-Buddy/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ZaidSunasra%2FBudget-Buddy/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ZaidSunasra%2FBudget-Buddy/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ZaidSunasra","download_url":"https://codeload.github.com/ZaidSunasra/Budget-Buddy/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ZaidSunasra%2FBudget-Buddy/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31456658,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-05T21:22:52.476Z","status":"ssl_error","status_checked_at":"2026-04-05T21:22:51.943Z","response_time":75,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["expressjs","full-stack-web-development","nodejs","onrender-deploy","postgresql","postman","reactjs","shadcn-ui","tailwind-css","vercel-deployment"],"created_at":"2024-11-13T20:34:31.045Z","updated_at":"2026-04-06T01:33:13.848Z","avatar_url":"https://github.com/ZaidSunasra.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Budget Buddy\n\nAn expense tracker app which helps user to track and manage their expenses and income.\n\n## Budget Buddy includes:-\n\n- [x] User Login and Authentication\n- [x] Perform CRUD operations on Expense\n- [x] Responsive\n- [x] Visualize User Expenses by Category\n- [x] Display User Expenses by Date\n- [x] PWA (Progressive Web App)\n- [x] Budgeting for Users\n\n## Getting Started\n\n### Prerequisites\n\n- Install [Git](https://git-scm.com/)\n- Install [Node.js](https://nodejs.org/) (if required)\n\n### Installation Guide\n\nFork the Repository: Click on the Fork button at the top-right corner of this repository to create a copy in your GitHub account.\n\nClone the repository:\n\n```\ngit clone https://github.com/ZaidSunasra/Budget-Buddy.git\n```\n\nNavigate to the project directory\n\n```\nExplained below\n```\n\nCreate a new branch to work on:\n\n```\ngit checkout -b feature/your-feature-name\n```\n\nMake Changes\n\n```\ngit add .\ngit commit -m \"Add: Description of changes\"\n```\n\nPush Changes to your forked repository:\n\n```\ngit push origin feature/your-feature-name\n```\n\nOpen a Pull Request: Go to the original repository and click on Pull Request. Fill in the details and submit your PR.\n\n### Project Navigation\n\n```\ncd server\n```\n\n```\nnpm install\n```\n\nCreate a .env file\nAdd following variables and replace the value with your\n\n```\nDATABASE_URL=YOUR DATABASE URL / POSTGRE PASSWORD\nJWT_SECRET=YOUR JWT SECRET\nPORT=3000\n```\n\n```\ntsc --watch\n```\n\nOpen a new terminal\n\n```\ncd server\n```\n\n```\nnodemon dist/index.js\n```\n\nOpen a new terminal\n\n```\ncd client\n```\n\n```\nnpm install\n```\n\n```\nnpm run dev\n```\n\n## TECH STACK\n\n\u003ccode\u003e\u003cimg width=\"50\" src=\"https://user-images.githubusercontent.com/25181517/183897015-94a058a6-b86e-4e42-a37f-bf92061753e5.png\" alt=\"React\" title=\"React\"/\u003e\u003c/code\u003e\n\u003ccode\u003e\u003cimg width=\"50\" src=\"https://user-images.githubusercontent.com/25181517/183568594-85e280a7-0d7e-4d1a-9028-c8c2209e073c.png\" alt=\"Node.js\" title=\"Node.js\"/\u003e\u003c/code\u003e\n\u003ccode\u003e\u003cimg width=\"50\" src=\"https://user-images.githubusercontent.com/25181517/183859966-a3462d8d-1bc7-4880-b353-e2cbed900ed6.png\" alt=\"Express\" title=\"Express\"/\u003e\u003c/code\u003e\n\u003ccode\u003e\u003cimg width=\"50\" src=\"https://user-images.githubusercontent.com/25181517/117208740-bfb78400-adf5-11eb-97bb-09072b6bedfc.png\" alt=\"PostgreSQL\" title=\"PostgreSQL\"/\u003e\u003c/code\u003e\n\u003ccode\u003e\u003cimg width=\"50\" src=\"https://user-images.githubusercontent.com/25181517/202896760-337261ed-ee92-4979-84c4-d4b829c7355d.png\" alt=\"Tailwind CSS\" title=\"Tailwind CSS\"/\u003e\u003c/code\u003e\n\n## Tools\n\n\u003ccode\u003e\u003cimg width=\"50\" src=\"https://user-images.githubusercontent.com/25181517/192109061-e138ca71-337c-4019-8d42-4792fdaa7128.png\" alt=\"Postman\" title=\"Postman\"/\u003e\u003c/code\u003e\n\u003ccode\u003e\u003cimg width=\"50\" src=\"https://user-images.githubusercontent.com/25181517/192108372-f71d70ac-7ae6-4c0d-8395-51d8870c2ef0.png\" alt=\"Git\" title=\"Git\"/\u003e\u003c/code\u003e\n\u003ccode\u003e\u003cimg width=\"50\" src=\"https://user-images.githubusercontent.com/25181517/192108891-d86b6220-e232-423a-bf5f-90903e6887c3.png\" alt=\"Visual Studio Code\" title=\"Visual Studio Code\"/\u003e\u003c/code\u003e\n\n\\\nStill in development phase. Feel free to give suggestion and any new features.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fzaidsunasra%2Fbudget-buddy","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fzaidsunasra%2Fbudget-buddy","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fzaidsunasra%2Fbudget-buddy/lists"}