{"id":14956715,"url":"https://github.com/princid/expense-tracker","last_synced_at":"2025-10-24T10:30:55.016Z","repository":{"id":61122731,"uuid":"499450012","full_name":"princid/Expense-Tracker","owner":"princid","description":"The objective of this project was to create an interactive and completely responsive Expense Tracker website which allows the user to track all of their expenses and income. ","archived":false,"fork":false,"pushed_at":"2024-09-07T02:42:48.000Z","size":466,"stargazers_count":22,"open_issues_count":14,"forks_count":20,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-01-29T09:44:55.533Z","etag":null,"topics":["css3","expressjs","hacktoberfest","hacktoberfest-2022","hacktoberfest-accepted","html5","javascript","mongodb-database","nodejs","react","reactjs"],"latest_commit_sha":null,"homepage":"https://expense-tracker-psg.herokuapp.com/","language":"JavaScript","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/princid.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","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}},"created_at":"2022-06-03T09:17:29.000Z","updated_at":"2025-01-15T20:13:38.000Z","dependencies_parsed_at":"2024-09-02T15:41:07.359Z","dependency_job_id":"9e220db8-b903-4bf6-b4ef-8a3f39867d72","html_url":"https://github.com/princid/Expense-Tracker","commit_stats":{"total_commits":43,"total_committers":16,"mean_commits":2.6875,"dds":0.7674418604651163,"last_synced_commit":"f11cf1bd7cdc19830211568c3f3d4a9b3290c56f"},"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/princid%2FExpense-Tracker","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/princid%2FExpense-Tracker/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/princid%2FExpense-Tracker/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/princid%2FExpense-Tracker/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/princid","download_url":"https://codeload.github.com/princid/Expense-Tracker/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":237950817,"owners_count":19392666,"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":["css3","expressjs","hacktoberfest","hacktoberfest-2022","hacktoberfest-accepted","html5","javascript","mongodb-database","nodejs","react","reactjs"],"created_at":"2024-09-24T13:13:23.539Z","updated_at":"2025-10-24T10:30:54.542Z","avatar_url":"https://github.com/princid.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Expense-Tracker\nAn expense tracker is a platform where we will list all our income and expenditures from various sources like salary , freelance , food , travel , medical , education etc to make an analysis about our money. So we can have an idea where we are spending our amount.\n\n# What is an Expense Tracker?\nPersonal finance management is an important part of people’s lives. However, everyone does not have the knowledge or time to manage their finances in a proper manner. And, even if a person has time and knowledge, they do not bother with tracking their expenses as they find it tedious and time-consuming. Now, you don’t have to worry about managing your expenses, as you can get access to an expense tracker that will help in the active management of your finances.\n\n# Objective of this Project :\n\nThe objective of this project was to create an interactive and completely responsive Expense Tracker website which allows the user to track all of their expenses and income.\n\n# Technology Used :\n* Front-end : React, antd \n* Back-end : Node.js, MongoDB Atlas \n* Software Used : Visual Studio, Figma (for UI)\n\n# Some Glimpses of the Project :\n\n![image](https://user-images.githubusercontent.com/90444477/179441638-d8dc945c-35d2-42f8-8bef-98ea96a2a3f6.png)\n\n![image](https://user-images.githubusercontent.com/90444477/179441674-e385e380-c99c-4ede-b710-4e22d8e85855.png)\n\n![image](https://user-images.githubusercontent.com/90444477/179441513-1ba3e4a2-2b61-45cc-b810-c4d3d4c64e74.png)\n\n![image](https://user-images.githubusercontent.com/90444477/179441577-33ce79a9-4c23-4d95-b299-d8a411714527.png)\n\n# Contribute\n\nI'm glad if you want to contribute to this project. \n\nPlease follow [the contribution guide](./CONTRIBUTING.md).\n\nThanks a lot\n\n\n# Getting Started\n\nThis project has a server part and a client part. You need to install and start both.\n\n## Install\n\nIn the root directory of this project :\n\n1. Install all back-end dependencies\n\n```bash\nnpm install\n```\n2. install all front-end dependencies\n\n```bash\nnpm run client-install\n```\n\n## Run\n\nIf you're coding into Vscode, you can split your terminal so you can run both scripts and see how it runs 😉\n\n1. Start server in development mode\n\n```bash\nnpm run server\n```\n(💡 if you want to start server in production mode run `npm run start`)\n\n2. Start client\n\n```bash\nnpm run client\n```\nApp is ready and opens in your navigator 🎉\n\n## Create React App informations\n\n\u003cdetails\u003e\n\u003csummary\u003eRead all informations about available scripts and learn more about Creat React App applications\u003c/summary\u003e\nThis project was bootstrapped with [Create React App](https://github.com/facebook/create-react-app).\n\n## Available Scripts\n\nIn the project directory, you can run:\n\n### `npm start`\n\nRuns the app in the development mode.\\\nOpen [http://localhost:3000](http://localhost:3000) to view it in your browser.\n\nThe page will reload when you make changes.\\\nYou may also see any lint errors in the console.\n\n### `npm test`\n\nLaunches the test runner in the interactive watch mode.\\\nSee the section about [running tests](https://facebook.github.io/create-react-app/docs/running-tests) for more information.\n\n### `npm run build`\n\nBuilds the app for production to the `build` folder.\\\nIt correctly bundles React in production mode and optimizes the build for the best performance.\n\nThe build is minified and the filenames include the hashes.\\\nYour app is ready to be deployed!\n\nSee the section about [deployment](https://facebook.github.io/create-react-app/docs/deployment) for more information.\n\n### `npm run eject`\n\n**Note: this is a one-way operation. Once you `eject`, you can't go back!**\n\nIf you aren't satisfied with the build tool and configuration choices, you can `eject` at any time. This command will remove the single build dependency from your project.\n\nInstead, it will copy all the configuration files and the transitive dependencies (webpack, Babel, ESLint, etc) right into your project so you have full control over them. All of the commands except `eject` will still work, but they will point to the copied scripts so you can tweak them. At this point you're on your own.\n\nYou don't have to ever use `eject`. The curated feature set is suitable for small and middle deployments, and you shouldn't feel obligated to use this feature. However we understand that this tool wouldn't be useful if you couldn't customize it when you are ready for it.\n\n## Learn More\n\nYou can learn more in the [Create React App documentation](https://facebook.github.io/create-react-app/docs/getting-started).\n\nTo learn React, check out the [React documentation](https://reactjs.org/).\n\n### Code Splitting\n\nThis section has moved here: [https://facebook.github.io/create-react-app/docs/code-splitting](https://facebook.github.io/create-react-app/docs/code-splitting)\n\n### Analyzing the Bundle Size\n\nThis section has moved here: [https://facebook.github.io/create-react-app/docs/analyzing-the-bundle-size](https://facebook.github.io/create-react-app/docs/analyzing-the-bundle-size)\n\n### Making a Progressive Web App\n\nThis section has moved here: [https://facebook.github.io/create-react-app/docs/making-a-progressive-web-app](https://facebook.github.io/create-react-app/docs/making-a-progressive-web-app)\n\n### Advanced Configuration\n\nThis section has moved here: [https://facebook.github.io/create-react-app/docs/advanced-configuration](https://facebook.github.io/create-react-app/docs/advanced-configuration)\n\n### Deployment\n\nThis section has moved here: [https://facebook.github.io/create-react-app/docs/deployment](https://facebook.github.io/create-react-app/docs/deployment)\n\n### `npm run build` fails to minify\n\nThis section has moved here: [https://facebook.github.io/create-react-app/docs/troubleshooting#npm-run-build-fails-to-minify](https://facebook.github.io/create-react-app/docs/troubleshooting#npm-run-build-fails-to-minify)\n\u003c/details\u003e\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fprincid%2Fexpense-tracker","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fprincid%2Fexpense-tracker","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fprincid%2Fexpense-tracker/lists"}