{"id":15533958,"url":"https://github.com/luhluh-17/journal-app","last_synced_at":"2026-04-17T13:33:01.530Z","repository":{"id":113735663,"uuid":"542022996","full_name":"luhluh-17/journal-app","owner":"luhluh-17","description":"A Ruby on Rails 7 application that keep tracks of your daily tasks","archived":false,"fork":false,"pushed_at":"2023-04-12T05:50:59.000Z","size":121,"stargazers_count":0,"open_issues_count":3,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-10-09T04:06:26.588Z","etag":null,"topics":["rails7","ruby"],"latest_commit_sha":null,"homepage":"https://rails-journey.fly.dev/","language":"Ruby","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/luhluh-17.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,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2022-09-27T10:15:40.000Z","updated_at":"2022-11-28T11:21:17.000Z","dependencies_parsed_at":null,"dependency_job_id":"4da433b0-b002-4cfc-bdc9-e533d1d10a73","html_url":"https://github.com/luhluh-17/journal-app","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/luhluh-17/journal-app","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/luhluh-17%2Fjournal-app","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/luhluh-17%2Fjournal-app/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/luhluh-17%2Fjournal-app/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/luhluh-17%2Fjournal-app/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/luhluh-17","download_url":"https://codeload.github.com/luhluh-17/journal-app/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/luhluh-17%2Fjournal-app/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31931448,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-17T12:37:54.787Z","status":"ssl_error","status_checked_at":"2026-04-17T12:37:25.095Z","response_time":62,"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":["rails7","ruby"],"created_at":"2024-10-02T11:40:31.840Z","updated_at":"2026-04-17T13:33:01.508Z","avatar_url":"https://github.com/luhluh-17.png","language":"Ruby","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Journey\nA Ruby on Rails 7 application that keep tracks of your daily tasks\n\n### 💻 Features:\n* Implemented account registration and sessions using the Devise gem by generating a Devise User model.\n* Used the Tailwind CSS framework to make it easier to build and write the front-end portion of the application.\n* Added a sidebar panel for navigation and displaying the total number of categories and tasks.\n* Users can show the list by categories or all tasks in the ActionView, and they can add, edit, and delete tasks and categories.\n* Added a helper function to change the color of the tasks depending on the priority level in the TaskHelper module.\n* Used Minitest for unit testing to validate the model.\n\n\n### 🚀 Live Demo\nhttps://rails-journey.fly.dev/\n\n#### Dummy Accounts\nAccounts    | Email \u0026 Password\n:---------: | :-------------------------------:\nUser        | `user@journey.com` / password\n\n### 👨🏽‍💻 Tech Stacks\n\nCategory    | Languages / Frameworks / Tools\n:---------: | :-------------------------------:\nFront-end   | [![html5](https://upload.wikimedia.org/wikipedia/commons/thumb/3/38/HTML5_Badge.svg/64px-HTML5_Badge.svg.png)][1] [![css3](https://upload.wikimedia.org/wikipedia/commons/thumb/6/62/CSS3_logo.svg/64px-CSS3_logo.svg.png)][2] [![TailwindCSS](https://upload.wikimedia.org/wikipedia/commons/thumb/d/d5/Tailwind_CSS_Logo.svg/64px-Tailwind_CSS_Logo.svg.png)][6] \nBack-end    | [![ruby](https://upload.wikimedia.org/wikipedia/commons/thumb/7/73/Ruby_logo.svg/64px-Ruby_logo.svg.png)][3] [![ruby on rails](https://upload.wikimedia.org/wikipedia/commons/thumb/6/62/Ruby_On_Rails_Logo.svg/170px-Ruby_On_Rails_Logo.svg.png)][4] [![PostgreSQL](https://upload.wikimedia.org/wikipedia/commons/thumb/2/29/Postgresql_elephant.svg/64px-Postgresql_elephant.svg.png)][5]\n\n### 📷 Screenshots\n![journey-login-min](https://user-images.githubusercontent.com/33846123/202098269-285407ac-55f3-47e3-a615-6e08de12b984.png)\n![journey-dashboard-min](https://user-images.githubusercontent.com/33846123/202098289-a91b956d-c97b-4d81-a4e9-0aa5ee5d7825.png)\n\n\u003c!-- Links --\u003e\n[1]: https://developer.mozilla.org/en-US/docs/Glossary/HTML5\n[2]: https://developer.mozilla.org/en-US/docs/Web/CSS\n[3]: https://www.ruby-lang.org/en/\n[4]: https://rubyonrails.org/\n[5]: https://www.postgresql.org/\n[6]: https://tailwindcss.com/\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fluhluh-17%2Fjournal-app","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fluhluh-17%2Fjournal-app","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fluhluh-17%2Fjournal-app/lists"}