{"id":20521836,"url":"https://github.com/nickemma/spendless-app","last_synced_at":"2026-04-12T15:01:18.215Z","repository":{"id":63256680,"uuid":"564467019","full_name":"nickemma/Spendless-App","owner":"nickemma","description":"Spendless is a Ruby on Rails mobile web application that allows users to keep track of their expenses and categories. have a list of transactions associated with a category, so that the user can see how much money it spent and on what. Manage your own money, manage your own life.","archived":false,"fork":false,"pushed_at":"2022-11-23T07:30:07.000Z","size":182,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"development","last_synced_at":"2025-01-16T10:37:36.708Z","etag":null,"topics":["capybara","database","postgresql","ruby","ruby-on-rails","tailwindcss","tdd"],"latest_commit_sha":null,"homepage":"","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/nickemma.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-11-10T19:30:52.000Z","updated_at":"2022-11-15T18:50:59.000Z","dependencies_parsed_at":"2023-01-22T09:00:41.491Z","dependency_job_id":null,"html_url":"https://github.com/nickemma/Spendless-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/nickemma%2FSpendless-App","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nickemma%2FSpendless-App/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nickemma%2FSpendless-App/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nickemma%2FSpendless-App/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/nickemma","download_url":"https://codeload.github.com/nickemma/Spendless-App/tar.gz/refs/heads/development","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":242127066,"owners_count":20076043,"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":["capybara","database","postgresql","ruby","ruby-on-rails","tailwindcss","tdd"],"created_at":"2024-11-15T22:32:41.151Z","updated_at":"2026-04-12T15:01:18.027Z","avatar_url":"https://github.com/nickemma.png","language":"Ruby","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Project Name\n\nSpendless App\n\n# Description the project.\n\nSpendless is a Ruby on Rails mobile web application that allows users to keep track of their expenses and categories. have a list of transactions associated with a category, so that the user can see how much money it spent and on what. Manage your own money, manage your own life.\n\n## Built With\n\n- Languages:\n  _**Ruby**_\n  _**Postgresql**_\n- Frameworks:\n  _**Ruby On Rails**_\n  _**Tailwind Css**_\n- Technologies used: _**Visual Studio Code**_\n\n### Requirements\n\nIn order to work on this project, you need to have the following dependencies installed:\n\n- [Ruby](https://www.ruby-lang.org/en/)\n- [Postgresql](https://www.postgresql.org/)\n- [Node.js](https://nodejs.org/en/)\n- [Yarn](https://yarnpkg.com/)\n- [Rails](https://rubyonrails.org/)\n\n### Click here for Video Link\n\n- [Video link](https://www.loom.com/share/aeb8eda3fe374e858c2d0d4248a1aff1)\n\n## Getting Started\n\n### Clone this repository\n\n```bash\n$ git clone git@github.com:NickEmma/spendless-app.git\n$ cd recipe-app\n```\n\n### Commands to run\n\nRun\n\n```bash\n$ bundle install\n```\n\nTo get all the gems required for the project\n\nThen, run\n\n```bash\n$ npm install\n```\n\nTo install packages such as style linters\n\nTo check linters locally, use\n\n```bash\n$ rubocop\n$ npx stylelint \"**/*.{css,scss}\"\n```\n\nOnce you have the project correctly set up, run\n\n```bash\n$ bin/rails db:setup\n```\n\nTo run all migrations, create the database for testing and for development, and insert some data into the database for you to visualize the changes\n\nFinally, each time you make changes to the project, run\n\n```bash\n$ bundle exec rspec /spec\n```\n\nIn the root folder to check the consistency of the app. Please don't make changes to the tests unless completely necessary, and mention it in your PR description.\n\nImportant note: Since this project uses TailwindCSS for the styling, you need to run:\n\n```bash\n$ ./bin/dev\n```\n\nFor you to see the styling being applied in the browser during development\n\n## Authors\n\n👤 **Nicholas Emmanuel**\n\n- GitHub: [@NickEmma](https://github.com/NickEmma)\n- Twitter: [@techieEmma](https://twitter.com/techieEmma)\n- LinkedIn: [@Nicholas Emmanuel](https://www.linkedin.com/in/techieemma/)\n\n## 🤝 Contributing\n\nContributions, issues, and feature requests are welcome!\n\nFeel free to check the [issues page](../../issues/).\n\n### Web Design\n\nAll the template colors, font, and layout distribution for the whole project were designed by [Gregoire Vella](https://www.behance.net/gregoirevella) on Behance. A link to the project [can be found here](https://www.behance.net/gallery/19759151/Snapscan-iOs-design-and-branding?tracking_source=). Check Gregoire for more amazing GUI and Graphic designs!\n\n## Show your support\n\nGive a ⭐️ if you like this project!\n\n## Acknowledgments\n\n- Microverse\n- LazyCoders\n- Coding Partners\n- Inspiration\n- etc\n\n## 📝 License\n\nThis project is [MIT](./LICENSE) licensed.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnickemma%2Fspendless-app","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fnickemma%2Fspendless-app","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnickemma%2Fspendless-app/lists"}