{"id":28248536,"url":"https://github.com/rahulhaque/expense-tracker-react","last_synced_at":"2025-10-04T14:14:17.757Z","repository":{"id":44460285,"uuid":"258797591","full_name":"rahulhaque/expense-tracker-react","owner":"rahulhaque","description":"Expense tracker React frontend for expense-tracker Lumen backend.","archived":false,"fork":false,"pushed_at":"2025-09-18T13:26:30.000Z","size":1445,"stargazers_count":79,"open_issues_count":4,"forks_count":32,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-09-18T15:53:04.379Z","etag":null,"topics":["expense-manager","expense-tracker","javascript","react","react-hooks","reactjs","web-frontend"],"latest_commit_sha":null,"homepage":"","language":"CSS","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/rahulhaque.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","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,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2020-04-25T14:36:34.000Z","updated_at":"2025-09-18T13:26:34.000Z","dependencies_parsed_at":"2024-06-16T10:55:56.123Z","dependency_job_id":"2045420e-e192-42aa-b2dd-7ea03ad9bb76","html_url":"https://github.com/rahulhaque/expense-tracker-react","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/rahulhaque/expense-tracker-react","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rahulhaque%2Fexpense-tracker-react","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rahulhaque%2Fexpense-tracker-react/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rahulhaque%2Fexpense-tracker-react/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rahulhaque%2Fexpense-tracker-react/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/rahulhaque","download_url":"https://codeload.github.com/rahulhaque/expense-tracker-react/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rahulhaque%2Fexpense-tracker-react/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":278322146,"owners_count":25967874,"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","status":"online","status_checked_at":"2025-10-04T02:00:05.491Z","response_time":63,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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":["expense-manager","expense-tracker","javascript","react","react-hooks","reactjs","web-frontend"],"created_at":"2025-05-19T12:16:15.540Z","updated_at":"2025-10-04T14:14:17.751Z","avatar_url":"https://github.com/rahulhaque.png","language":"CSS","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Expense Tracker Web 💰 React\n\nSimple income/expense tracker app web frontend built with React and 💕\n\nThis is the Expense Tracker Web frontend for [Expense Tracker 💰 Lumen](https://github.com/rahulhaque/expense-tracker-lumen) backend. You can find the backend repo and API documentation in the above link.\n\n## Features\nBasic features include -\n\n- Landing Page\n- Login and Registration\n- Update Profile\n- Update Password\n- Income/Expense Category Manage\n- Income/Expense Transaction Manage\n- Income/Expense Calendar View\n- Currency Support\n- Language Selection (needs locale files)\n- Tools Sidebar with Calculator\n- Current and Last Month Summary\n- Month Wise Income Expense Chart\n- Category Wise Income Expense Chart\n- Responsive UI\n\n## Install Instruction\n\n- At first download or clone [Expense Tracker 💰 Lumen](https://github.com/rahulhaque/expense-tracker-lumen) backend. Setup and configure the backend. Click the link for detail.\n- Considering the backend is up and running, now download or clone this repo.\n- Open terminal and `cd` into the directory.\n- Run `npm i` to install the dependencies.\n- Copy and save `.env.example` file as `.env`. Set API host in the `.env` file if necessary.\n- Finally run the app with `npm start`.\n- The app should be running at `http://localhost:3000`\n\n## Technology Used\n\nSome libraries used that deserves mentioning.\n\n- [Prime React](https://www.primefaces.org/primereact/) - The UI components used in the project on top of free template Sigma.\n- [React Tracked](https://react-tracked.js.org/) - Simple and fast global state manager. Eliminate unnecessary re-renders.\n- [React Hook Form](https://react-hook-form.com/) - Performant, flexible and extensible forms with easy-to-use validation.\n- [React Calculator](https://codepen.io/mjijackson/pen/xOzyGX) - Modified to adjust my tools sidebar.\n\nAdditionally I have added a custom template in the `extra` folder. The template is designed and created solely by me. The name is **blueberry-orange**. Which is **not free** to use or copy without permission.\n\n## Screenshots\n1. Landing\n\u003cimg title=\"Landing\" src=\"https://github.com/rahulhaque/expense-tracker-react/blob/master/screenshots/screen_1.png\" width=\"100%\"\u003e\n2. Login\n\u003cimg title=\"Login\" src=\"https://github.com/rahulhaque/expense-tracker-react/blob/master/screenshots/screen_2.png\" width=\"100%\"\u003e\n3. Dashboard\n\u003cimg title=\"Dashboard\" src=\"https://github.com/rahulhaque/expense-tracker-react/blob/master/screenshots/screen_3.png\" width=\"100%\"\u003e\n4. Calendar\n\u003cimg title=\"Calendar\" src=\"https://github.com/rahulhaque/expense-tracker-react/blob/master/screenshots/screen_4.png\" width=\"100%\"\u003e\n5. Settings\n\u003cimg title=\"Settings\" src=\"https://github.com/rahulhaque/expense-tracker-react/blob/master/screenshots/screen_5.png\" width=\"100%\"\u003e\n6. Tools\n\u003cimg title=\"Tools\" src=\"https://github.com/rahulhaque/expense-tracker-react/blob/master/screenshots/screen_6.png\" width=\"100%\"\u003e\n7. Currency\n\u003cimg title=\"Currency\" src=\"https://github.com/rahulhaque/expense-tracker-react/blob/master/screenshots/screen_7.png\" width=\"100%\"\u003e\n\n## More Info\n\nThis project is solely made for learning purposes. The structure of the project and the code practices may prove useful to  new learners who are exploring new technologies.\n\nSpare a ⭐ to keep me motivated. 😃\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frahulhaque%2Fexpense-tracker-react","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Frahulhaque%2Fexpense-tracker-react","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frahulhaque%2Fexpense-tracker-react/lists"}