{"id":15207020,"url":"https://github.com/abdelrahman822000/random-quote-generator","last_synced_at":"2026-02-06T15:03:14.440Z","repository":{"id":251122124,"uuid":"836159743","full_name":"Abdelrahman822000/Random-Quote-Generator","owner":"Abdelrahman822000","description":"The Quote Generator app is a C++ application developed using the Qt framework. It categorizes and displays quotes based on user emotions, utilizing a chain of responsibility pattern to handle different types of emotions effectively. The app supports four primary emotion categories: Happy, Sad, Angry, and Neutral.","archived":false,"fork":false,"pushed_at":"2024-08-03T23:17:20.000Z","size":35272,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-07-05T07:43:49.478Z","etag":null,"topics":["cpp","gui","gui-application","qt","qtcreator","quote-generator"],"latest_commit_sha":null,"homepage":"","language":"C++","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Abdelrahman822000.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,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2024-07-31T09:16:53.000Z","updated_at":"2024-08-03T23:21:51.000Z","dependencies_parsed_at":"2025-02-14T06:42:24.281Z","dependency_job_id":null,"html_url":"https://github.com/Abdelrahman822000/Random-Quote-Generator","commit_stats":null,"previous_names":["abdelrahman822000/random-quote-generator"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/Abdelrahman822000/Random-Quote-Generator","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Abdelrahman822000%2FRandom-Quote-Generator","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Abdelrahman822000%2FRandom-Quote-Generator/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Abdelrahman822000%2FRandom-Quote-Generator/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Abdelrahman822000%2FRandom-Quote-Generator/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Abdelrahman822000","download_url":"https://codeload.github.com/Abdelrahman822000/Random-Quote-Generator/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Abdelrahman822000%2FRandom-Quote-Generator/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29165711,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-06T14:37:12.680Z","status":"ssl_error","status_checked_at":"2026-02-06T14:36:22.973Z","response_time":59,"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":["cpp","gui","gui-application","qt","qtcreator","quote-generator"],"created_at":"2024-09-28T06:06:05.530Z","updated_at":"2026-02-06T15:03:14.427Z","avatar_url":"https://github.com/Abdelrahman822000.png","language":"C++","funding_links":[],"categories":[],"sub_categories":[],"readme":"**This Project was developed by Abdelrahman Mohamed Hamad**\n\n# Table of Contents\n- [Quote Generator](#quote-generator)\n  - [About the App](#about-the-app)\n  - [App Task](#app-task)\n- [Instructions](#instructions)\n- [How to Use](#how-to-use)\n- [Contact](#contact)\n\n# Quote Generator\n\nThe Quote Generator app is designed to provide quotes based on user emotions, with a chain of responsibility pattern to handle different types of emotions.\n\n## About the App\n\nThe Quote Generator app categorizes quotes into different emotions (Happy, Sad, Angry, Neutral). Depending on the user's emotion, the app fetches a relevant quote from the appropriate category. \n\n## App Task\n\nIn this scenario, whenever the user interacts with the app (initiated by pressing Start Button), a quote is displayed based on the user's selected emotion. The app also supports storing and restoring quotes states using a backup mechanism.\n\n# Instructions\n\n### Prerequisites\n\n- Qt Creator\n- Qt 6.7.1 or higher\n- C++ compiler (e.g., GCC, MinGW)\n\n### Steps\n\n1. **Clone the repository:**\n    ```bash\n    git clone https://github.com/Abdelrahman822000/Random-Quote-Generator.git\n    cd Random-Quote-Generator\n    ```\n2. **Build the project:**\n    - Open the Random-Quote-Generator in Qt Creator by choosing `file -\u003e Open file or Project` then navigate to where you cloned the repository and choose `Random_Quote_Generator.pro`\n    - Configure the project using your desired kit.\n    - Build the project using the Build menu.\n    - Run the project\n    - Alternative: Go to `build\\Desktop_Qt_6_7_0_MinGW_64_bit-Release\\release` and run the `Random_Quote_Generator.exe` executable.\n\n# How to Use\n\n- **Login:** Enter your username then press Login. ![LoginPage](https://github.com/user-attachments/assets/b8933589-9a94-4766-a06b-f4c5755197a0)\n\n- **Generate new Quote:** Choose your emotion and press Start![New Quote](https://github.com/user-attachments/assets/4af9418b-5a28-4546-ac8a-8d104bdcfdd4)\n\n- **Store \u0026 Restore:** Store the current state of quote or restore a previously stored quote state. ![Store and Restore](https://github.com/user-attachments/assets/76ac1b01-9460-4381-bee8-30d2019c95f0)\n\n- **Clear:** Clear the Output field.\n- **Exit:** Press exit to return to the login page. ![Output and Exit](https://github.com/user-attachments/assets/48725e3e-9232-4f98-b7e5-56a7e0eaac2b)\n\n\n# Contact\n\nIf you have any questions, feel free to contact me:\n- **Phone:** +201028325749\n- **Email:** a.mohamed822000@gmail.com\n- **LinkedIn:** [Abdelrahman Mohamed Hamad](https://www.linkedin.com/in/abdelrahman-mohamed-a1956b247/)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fabdelrahman822000%2Frandom-quote-generator","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fabdelrahman822000%2Frandom-quote-generator","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fabdelrahman822000%2Frandom-quote-generator/lists"}