{"id":17530448,"url":"https://github.com/wuletawwonte/expense-tracker","last_synced_at":"2025-04-11T14:44:17.371Z","repository":{"id":54747470,"uuid":"522603908","full_name":"wuletawwonte/expense-tracker","owner":"wuletawwonte","description":"Expense tracker is a mobile web application where you can manage your budget: you have a list of purchases associated with a category, so that you can see how much money you spent and on what.","archived":false,"fork":false,"pushed_at":"2022-08-13T18:11:01.000Z","size":104,"stargazers_count":6,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"dev","last_synced_at":"2025-03-25T10:51:12.405Z","etag":null,"topics":["postgres","rails","ruby","tailwindcss"],"latest_commit_sha":null,"homepage":"https://wuletaw-expense-tracker.herokuapp.com/","language":"Ruby","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/wuletawwonte.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}},"created_at":"2022-08-08T15:23:50.000Z","updated_at":"2025-02-22T18:23:54.000Z","dependencies_parsed_at":"2022-08-14T01:31:22.346Z","dependency_job_id":null,"html_url":"https://github.com/wuletawwonte/expense-tracker","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/wuletawwonte%2Fexpense-tracker","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wuletawwonte%2Fexpense-tracker/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wuletawwonte%2Fexpense-tracker/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wuletawwonte%2Fexpense-tracker/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/wuletawwonte","download_url":"https://codeload.github.com/wuletawwonte/expense-tracker/tar.gz/refs/heads/dev","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248420721,"owners_count":21100454,"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":["postgres","rails","ruby","tailwindcss"],"created_at":"2024-10-20T16:44:46.922Z","updated_at":"2025-04-11T14:44:17.350Z","avatar_url":"https://github.com/wuletawwonte.png","language":"Ruby","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Expense Tracker\n\nExpense tracker is a mobile web application where you can manage your budget: you have a list of purchases associated with a category, so that you can see how much money you spent and on what.\n\n\n## Built With\n\n- Ruby\n- Ruby on Rails\n- Terminal\n- IRB\n- Rubocop (linters)\n- Devise\n- RSpec and Capybara Testing Library\n- Bullet gem - to look out for N+1 queries\n- PostgreSQL\n\n\n## Live Demo\n\nVisit live demo [here](https://wuletaw-expense-tracker.herokuapp.com/)\n\n## Getting Started\n\nTo get a local copy up and running follow these simple example steps.\n\n\n## Pre-requisites\nMake sure you have Ruby and Rails installed on your computer. If not, you can follow this [tutorial](https://guides.rubyonrails.org/getting_started.html#creating-a-new-rails-project) to install them.\n\nIf you don't have PostgreSQL installed, you can follow this [tutorial](https://www.postgresql.org/download/) to install it.\n\nIf you don't have yarn installed, you can follow this [tutorial](https://classic.yarnpkg.com/en/docs/install/#debian-stable) to install it.\n  \n## Usage\nIn your terminal, navigate to your current directory and run this code\n\n`git clone https://github.com/wuletawwonte/expense-tracker.git`\n\nThen run:\n\n`cd expense-tracker`\n\nOpen the project in your favorite code editor. `code .` for VS Code.\n\n  - Use the command `bundle install` or just simply `bundle` to install all project dependencies.\n  - Run `yarn install` to install all the JavaScript dependencies.\n  - Run `yarn build:css` to build the CSS files.\n  - Run `rails db:create db:migrate` to create the database and run migrations.\n  - You might need to supply a username and password for your PostgreSQL database if you run into an error with the previous step.\n  - Simply navigate to `config/database.yml` and add your username and password to the `username` and `password` fields.\n  - Type in the terminal `rails s` to start the server then click on `http://127.0.0.1:3000`\n  - Enjoy your Expense Tracker App!\n  \n  Have fun seeing how much money you spent and on your everyday items!\n\n## Run Linters:\n\n### To run rubocop we use:\n\n`rubocop`\n\n### To autocorrect offenses with rubocop we use:\n\n`rubocop --auto-correct-all` or\n`rubocop -A`\n\n### Run linter for styling\n\n`npx stylelint \"**/*.{css,scss}\"`\n\n### To autocorrect offenses with stylelint we use\n\n`npx stylelint \"**/*.{css,scss}\" --fix`\n\n\n## Testing\n\n   Within the projects working directory run test using the following command:\n  `rspec` in the terminal\n\n\n## Author\n\n👤 **Wuletaw Wonte**\n\n- GitHub: [@githubhandle](https://github.com/wuletawwonte)\n- Twitter: [@twitterhandle](https://twitter.com/wuletaww)\n- LinkedIn: [LinkedIn](https://www.linkedin.com/in/wuletaw-wonte/)\n\n\n## 🤝 Contributing\n\nContributions, issues, and feature requests are welcome!\n\nFeel free to check the [issues page](https://github.com/wuletawwonte/expense-tracker/issues).\n\n\n## Show your support\n\nGive a ⭐️ if you like this project!\n\n\n## Acknowledgments\n\n- Hat tip to anyone whose code was used\n- Original design idea by [Gregoire Vella](https://www.behance.net/gregoirevella) on Behance\n\n\n## 📝 License\n\nThis project is [MIT](./LICENSE) licensed.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwuletawwonte%2Fexpense-tracker","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fwuletawwonte%2Fexpense-tracker","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwuletawwonte%2Fexpense-tracker/lists"}