{"id":28324720,"url":"https://github.com/afsify/expenseer-tracker","last_synced_at":"2025-06-10T14:11:01.405Z","repository":{"id":288200033,"uuid":"965658638","full_name":"afsify/expenseer-tracker","owner":"afsify","description":"Take control of your finances with Expenseer, a smart expense tracker that simplifies budgeting. Monitor spending, set savings goals, and gain insights effortlessly. ","archived":false,"fork":false,"pushed_at":"2025-06-08T17:24:44.000Z","size":166,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-06-08T18:27:35.348Z","etag":null,"topics":["budget-management","expense-tracker","savings-calculator"],"latest_commit_sha":null,"homepage":"https://expenseer.vercel.app","language":"JavaScript","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/afsify.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":"2025-04-13T16:36:27.000Z","updated_at":"2025-06-08T17:24:47.000Z","dependencies_parsed_at":"2025-06-08T18:33:42.309Z","dependency_job_id":null,"html_url":"https://github.com/afsify/expenseer-tracker","commit_stats":null,"previous_names":["afsify/expenseer-tracker"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/afsify%2Fexpenseer-tracker","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/afsify%2Fexpenseer-tracker/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/afsify%2Fexpenseer-tracker/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/afsify%2Fexpenseer-tracker/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/afsify","download_url":"https://codeload.github.com/afsify/expenseer-tracker/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/afsify%2Fexpenseer-tracker/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":259089057,"owners_count":22803671,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","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":["budget-management","expense-tracker","savings-calculator"],"created_at":"2025-05-25T18:11:43.055Z","updated_at":"2025-06-10T14:11:01.397Z","avatar_url":"https://github.com/afsify.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Expenseer Tracker\n\nExpenseer is a modern expense tracking and budgeting platform designed to simplify personal finance management. It empowers users to monitor spending, set savings goals, and gain actionable insights through intuitive dashboards and real-time analytics. The platform features secure user authentication, multi-device sync, and smart categorization for effortless money management.  \n\n---\n\n## Features  \n\n- **User Authentication:** Secure sign-up/login with JWT, Google OAuth, and role-based access (user/admin).  \n- **Expense Tracking:** Log and categorize transactions with auto-detection (e.g., food, bills, travel).  \n- **Budget Management:** Set monthly budgets with alerts for overspending.  \n- **Visual Analytics:** Interactive charts (pie/bar graphs) for spending patterns.  \n- **Multi-Wallet Support:** Track cash, bank accounts, and digital wallets in one place.  \n- **Report Generation:** Export PDF/CSV reports for taxes or personal review.  \n- **Responsive Design:** Fully optimized for mobile, tablet, and desktop.  \n\n---\n\n## Tools \u0026 Technologies  \n\n### **Frontend**  \n- **React.js** + **Vite** (Fast UI rendering)  \n- **Redux Toolkit** (State management)  \n- **TailwindCSS** + **DaisyUI** (Styling)  \n- **Chart.js** (Data visualization)  \n- **Axios** (API calls)  \n\n### **Backend**  \n- **Node.js** + **Express.js** (REST API)  \n- **MongoDB** (Database with Mongoose ODM)  \n- **JWT** (Authentication)  \n- **Cloudinary Storage** (Receipt/image uploads)  \n\n### **DevOps**  \n- **Vercel** (Frontend hosting)  \n- **Render** (Backend deployment)  \n- **GitHub Actions** (CI/CD)  \n\n---\n\n## Live Demo  \nAccess the deployed project: [https://expenseer.vercel.app](https://expenseer.vercel.app)  \n\n---\n\n## Getting Started  \n\n1. **Clone the repo:**  \n   ```bash\n   git clone https://github.com/afsify/expenseer-tracker.git\n   ```\n\n2. **Set up environment variables:**  \n   - Rename `.env.sample` to `.env` and populate keys:  \n     ```bash\n     # Frontend\n     VITE_API_URL=http://localhost:5000\n\n     # Backend\n     MONGO_URI=your-mongodb-uri\n     JWT_SECRET=your-jwt-secret\n     ```\n\n3. **Install dependencies \u0026 run:**  \n   ```bash\n   cd client \u0026\u0026 npm install \u0026\u0026 npm start  # Frontend (http://localhost:3000)\n   cd server \u0026\u0026 npm install \u0026\u0026 npm start    # Backend (http://localhost:5000)\n   ```\n\n---\n\n## Contributing  \nPull requests welcome! Open an issue first to discuss changes.  \n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fafsify%2Fexpenseer-tracker","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fafsify%2Fexpenseer-tracker","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fafsify%2Fexpenseer-tracker/lists"}