{"id":28554982,"url":"https://github.com/ulricscott/nutrient-iq","last_synced_at":"2026-04-28T17:03:02.083Z","repository":{"id":297865119,"uuid":"996398396","full_name":"ulricscott/nutrient-iq","owner":"ulricscott","description":"Nutrient-IQ is a simple Rails-based food logging app that helps users track meals and monitor nutritional intake with ease. Built using Ruby on Rails and Bulma","archived":false,"fork":false,"pushed_at":"2025-07-01T04:25:54.000Z","size":104,"stargazers_count":0,"open_issues_count":9,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-07-03T21:41:26.589Z","etag":null,"topics":["bulma-css-framework","ruby","ruby-on-rails"],"latest_commit_sha":null,"homepage":"","language":"HTML","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/ulricscott.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,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2025-06-04T22:33:31.000Z","updated_at":"2025-06-22T01:56:48.000Z","dependencies_parsed_at":"2025-06-08T01:29:08.702Z","dependency_job_id":"561dec83-8251-4215-893f-ee5a2d94f257","html_url":"https://github.com/ulricscott/nutrient-iq","commit_stats":null,"previous_names":["ulricscott/nutrient-iq"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/ulricscott/nutrient-iq","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ulricscott%2Fnutrient-iq","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ulricscott%2Fnutrient-iq/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ulricscott%2Fnutrient-iq/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ulricscott%2Fnutrient-iq/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ulricscott","download_url":"https://codeload.github.com/ulricscott/nutrient-iq/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ulricscott%2Fnutrient-iq/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32390067,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-28T14:34:11.604Z","status":"ssl_error","status_checked_at":"2026-04-28T14:32:37.009Z","response_time":56,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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":["bulma-css-framework","ruby","ruby-on-rails"],"created_at":"2025-06-10T05:07:29.814Z","updated_at":"2026-04-28T17:03:02.026Z","avatar_url":"https://github.com/ulricscott.png","language":"HTML","funding_links":[],"categories":[],"sub_categories":[],"readme":"# 🧠 Nutrient-IQ\n\n**Nutrient-IQ** is a simple Rails-based food logging app that helps users track meals and monitor nutritional intake with ease. Built using **Ruby on Rails** and styled with the sleek, responsive **Bulma CSS framework**, this app focuses on simplicity, speed, and a clean user experience.\n\n---\n\n## 🛠️ Tech Stack\n\n- **Backend**: Ruby (3.3.1) on Rails (8.0.2)\n- **Frontend**: Bulma CSS Framework\n- **Database**: PostgreSQL\n\n---\n\n## 📦 Features\n\n- Log meals with name, category, calories, and timestamp\n- View daily and weekly meal summaries\n- Categorize meals (breakfast, lunch, dinner, snacks)\n- Edit or delete entries\n- Clean, mobile-friendly UI using Bulma\n- Optional user authentication for multiple users\n\n---\n\n## 🚀 Getting Started\n\n### 1. Clone the Repository\n\n```bash\ngit clone https://github.com/ulricscott/nutrient-iq.git\ncd nutrient-iq\n````\n\n### 2. Install Dependencies\n\nEnsure you have Ruby, Bundler, Yarn, and PostgreSQL installed.\n\n```bash\nbundle install\nyarn install\n```\n\n### 3. Set Up the Database\n\n```bash\nrails db:create db:migrate db:seed\n```\n\n### 4. Start the Server\n\n```bash\nrails server\n```\n\nVisit `http://localhost:3000` to use the app.\n\n---\n\n## 🎨 Styling with Bulma\n\nNutrient-IQ uses **Bulma**, a lightweight CSS framework with a modern design language.\n\nYou can modify styles in `app/assets/stylesheets/application.scss`:\n\n```scss\n@import \"bulma\";\n\nbody {\n  background-color: #f5f5f5;\n}\n```\n\nBulma utility classes are used directly in the views (e.g., `.container`, `.box`, `.button`, `.notification`).\n\n---\n\n## 🧪 Running Tests\n\n```bash\nbundle exec rspec\n```\n\nTest coverage can include models, controllers, and views.\n\n---\n\n## 🚧 Roadmap\n\n* API for nutrition label scanning or search\n* Charts and visualizations for macro tracking\n* Personalized goals and tracking streaks\n* Mobile-first enhancements with Turbo\n\n---\n\n## 🤝 Contributing\n\nPull requests are welcome! If you’d like to contribute:\n\n1. Fork the repo\n2. Create a new branch (`git checkout -b feature-name`)\n3. Commit your changes\n4. Push and open a pull request\n\n---\n\n## 📄 License\n\nThis project is licensed under the [MIT License](LICENSE).\n\n---\n\n## 📬 Contact\n\nBuilt with 🍜 by [@ulricscott](https://github.com/ulricscott)","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fulricscott%2Fnutrient-iq","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fulricscott%2Fnutrient-iq","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fulricscott%2Fnutrient-iq/lists"}