{"id":16469842,"url":"https://github.com/elit-altum/expensify-app","last_synced_at":"2025-03-21T06:32:12.705Z","repository":{"id":42303432,"uuid":"230298887","full_name":"elit-altum/Expensify-App","owner":"elit-altum","description":"A FERN stack webapp to manage all your expenses and get in budget!  💸","archived":false,"fork":false,"pushed_at":"2022-12-22T05:23:35.000Z","size":9399,"stargazers_count":5,"open_issues_count":25,"forks_count":1,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-03-01T03:51:10.625Z","etag":null,"topics":["component","expense-manager","expenses","node","npm","react","react-redux","react-router","react-router-dom","reactjs","redux","yarn"],"latest_commit_sha":null,"homepage":"https://elit-altum-expensify.herokuapp.com","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/elit-altum.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}},"created_at":"2019-12-26T17:01:16.000Z","updated_at":"2022-10-13T11:29:04.000Z","dependencies_parsed_at":"2023-01-30T05:46:25.952Z","dependency_job_id":null,"html_url":"https://github.com/elit-altum/Expensify-App","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/elit-altum%2FExpensify-App","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/elit-altum%2FExpensify-App/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/elit-altum%2FExpensify-App/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/elit-altum%2FExpensify-App/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/elit-altum","download_url":"https://codeload.github.com/elit-altum/Expensify-App/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":244117667,"owners_count":20400743,"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":["component","expense-manager","expenses","node","npm","react","react-redux","react-router","react-router-dom","reactjs","redux","yarn"],"created_at":"2024-10-11T12:09:04.318Z","updated_at":"2025-03-21T06:32:11.331Z","avatar_url":"https://github.com/elit-altum.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003ch1\u003eExpensify-App\u003c/h1\u003e\n\u003cp\u003e\n    \u003cimg src=\"https://img.shields.io/badge/framework-React-blue?style=flat\u0026logo=react\" /\u003e\n    \u003cimg src=\"https://img.shields.io/badge/package--manager-yarn-blueviolet?style=flat\u0026logo=yarn\" /\u003e\n    \u003cimg src=\"https://img.shields.io/badge/backend-nodeJS-bluegreen?style=flat\" /\u003e\n    \u003cimg src=\"https://img.shields.io/badge/module--bundler-Webpack-lightblue?style=flat\u0026logo=webpack\" /\u003e\n\u003c/p\u003e\n\u003cp\u003e\u003cimg src=\"https://img.shields.io/badge/made--by-elit--altum-green?style=flat\" /\u003e\u003c/p\u003e\n\n***One stop app for all your expenses!***\u003cbr\u003e\nAn expense manager with filters, grouping and sorting for all your expenses.\n\u003cbr\u003e \nLogin with your Google account to get started.\n\n### Live demo : https://elit-altum-expensify.herokuapp.com\n\n### Technology Stack\n- ReactJS\n- Sass\n- Redux\n- Redux-Thunk\n- React-Router\n- NodeJS\n- Firebase\n- Webpack\n- Babel\n\n## How To Use\n\n### Authentication and general use\n- Click on *Login with Google* button to authenticate using a Google Account\n- From the pop-up select the google account you want to use\n- Your dashboard screen should open with your name on the top-right\n- App Navigation :\n    1. __Dashboard__: Clicking the *Expensify* text on the header from any page will redirect you to the expenses dashboard.\n    2. __Logout__: The *Logout* button on the top right of the header will log you out from the current session. All your expenses will be saved for further use.\n\n### Creating an expense\n- Click on *Add Expense* button below your expense summary for adding an expense.\n- Add all the details of your expense\n    1. __Description__: Add title/description of your expense (compulsory)\n    2. __Amount__: Add the amount you spent format : *[...xx.yy]* (compulsory)\n    3. __Date__: Add the date of the expenditure *(defaults to current date)* \n    4. __Note__: Add some additional information about your expense.\n- Click on *Add Expense* to save the expense\n- View it on your dashboard\n\n### Filtering/Sorting expenses\n- Visit your dashboard page and the expense summary will show you the total number of expenses on screen and the amount they total.\n- Use the filters to filter your expenses\n    1. __Search By Title__: Search for your expense by it's title and recieve per-keystroke feedback of the value typed.\n    2. __Search By Date__: Search for a group of expenditures between two particular dates i.e the start date and the end date.\n- Sort your expenses using the sort dropdown/select box\n    1. __Amount__: Displays all the expenses on screen in the order of costliest expense first and the cheapest last.\n    2. __Date__: Displays all the expenses on screen in the order such that the expense with the latest date of expenditure comes first.\n- The *Unfiltered Expenses* component will continue to show how many expenses have been hidden due to the filters applied. \n\n### Editing an expense\n- Clicking on any displayed expense will allow you to edit it.\n- Follow the same rules as that of adding expense\n- Click on *Add Expense* button to save and update the expense\n\n### Removing an expense\n- Clicking on any displayed expense will allow you to remove it\n- The *Remove* button beneath the *Add Expense* button will delete your expense\n- Clicking on that button will ask for your confirmation for removal\n- Click on *Remove* on the pop-up to confirm the removal\n- You will be redirected to the dashboard upon removal.\n\n\n## Project Setup And Use\n\n```\n// installs dependencies and runs live-server\n\nyarn install\nyarn run dev-server\n```\n\n\n\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Felit-altum%2Fexpensify-app","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Felit-altum%2Fexpensify-app","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Felit-altum%2Fexpensify-app/lists"}