{"id":24236886,"url":"https://github.com/dimitrisstyl7/adventure-quest-manager","last_synced_at":"2026-05-09T06:36:56.131Z","repository":{"id":271796321,"uuid":"911075523","full_name":"dimitrisstyl7/adventure-quest-manager","owner":"dimitrisstyl7","description":"Web application designed to help users create, manage, and track adventure quests in a fantasy world","archived":false,"fork":false,"pushed_at":"2025-01-09T23:05:29.000Z","size":385,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-06-08T03:26:02.515Z","etag":null,"topics":["angular","angular-cli","angular-material","typescript"],"latest_commit_sha":null,"homepage":"https://dimitrisstyl7.github.io/adventure-quest-manager/","language":"TypeScript","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/dimitrisstyl7.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":"2025-01-02T07:27:04.000Z","updated_at":"2025-01-09T23:05:32.000Z","dependencies_parsed_at":"2025-01-09T23:46:25.487Z","dependency_job_id":null,"html_url":"https://github.com/dimitrisstyl7/adventure-quest-manager","commit_stats":null,"previous_names":["dimitrisstyl7/adventure-quest-manager"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/dimitrisstyl7/adventure-quest-manager","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dimitrisstyl7%2Fadventure-quest-manager","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dimitrisstyl7%2Fadventure-quest-manager/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dimitrisstyl7%2Fadventure-quest-manager/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dimitrisstyl7%2Fadventure-quest-manager/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/dimitrisstyl7","download_url":"https://codeload.github.com/dimitrisstyl7/adventure-quest-manager/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dimitrisstyl7%2Fadventure-quest-manager/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32810042,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-08T08:22:46.396Z","status":"online","status_checked_at":"2026-05-09T02:00:06.633Z","response_time":123,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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":["angular","angular-cli","angular-material","typescript"],"created_at":"2025-01-14T19:49:19.600Z","updated_at":"2026-05-09T06:36:56.089Z","avatar_url":"https://github.com/dimitrisstyl7.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Adventure Quest Manager\n\n## [University of Piraeus](https://www.unipi.gr/en/home/) | [Department of Informatics](https://cs.unipi.gr/en/)\n**MSc course**: Advanced Programming Full Stack Javascript Frameworks\n\n**Semester**: 1\n\n**Project Completion Year**: 2025\n\n## Description\nThe Adventure Quest Manager is a web application designed to help users create, manage, and track adventure quests in a fantasy world.\nUsers can easily add new quests with a title, description, and difficulty level, and they can mark quests as complete or delete them as needed.\n\n## Features\n- **Create Quests**: Users can input a title, description, and difficulty level (Easy, Medium, Hard) for each quest.\n- **Manage Quests**: Users can view a list of all created quests, with options to mark them as complete or delete them.\n- **Dynamic User Interface**: The application updates the quest list dynamically without needing to refresh the page.\n- **Status Tracking**: Each quest has a status that indicates whether it is incomplete or complete.\n\n## Try the App\nExperience the Adventure Quest Manager in action! Access the application through the following link:\n\n[Adventure Quest Manager](https://dimitrisstyl7.github.io/adventure-quest-manager/quests)\n\n## Screenshots\nHere's a preview of the Adventure Quest Manager in action:\n\n**Screenshot 1**: A list of quests\n  \n![image](https://github.com/user-attachments/assets/c7825879-0639-4482-9543-f667156dbfe0)\n\n**Screenshot 2**: Quest creation dialog\n\n![image](https://github.com/user-attachments/assets/03298037-ad5b-468e-891e-facc70888c91)\n\n\u003chr\u003e\n\nThis project was generated using [Angular CLI](https://github.com/angular/angular-cli) version 19.0.6.\n\n## Development server\nTo start a local development server, run:\n\n```bash\nng serve\n```\n\nOnce the server is running, open your browser and navigate to `http://localhost:4200/`. The application will automatically reload whenever you modify any of the source files.\n\n## Code scaffolding\nAngular CLI includes powerful code scaffolding tools. To generate a new component, run:\n\n```bash\nng generate component component-name\n```\n\nFor a complete list of available schematics (such as `components`, `directives`, or `pipes`), run:\n\n```bash\nng generate --help\n```\n\n## Building\nTo build the project run:\n\n```bash\nng build\n```\n\nThis will compile your project and store the build artifacts in the `dist/` directory. By default, the production build optimizes your application for performance and speed.\n\n## Running unit tests\nTo execute unit tests with the [Karma](https://karma-runner.github.io) test runner, use the following command:\n\n```bash\nng test\n```\n\n## Running end-to-end tests\nFor end-to-end (e2e) testing, run:\n\n```bash\nng e2e\n```\n\nAngular CLI does not come with an end-to-end testing framework by default. You can choose one that suits your needs.\n\n## Additional Resources\nFor more information on using the Angular CLI, including detailed command references, visit the [Angular CLI Overview and Command Reference](https://angular.dev/tools/cli) page.\n\n## Acknowledgments\nThis project was developed as part of the \"Advanced Programming Full Stack Javascript Frameworks\" MSc course at the University of Piraeus. Contributions and feedback are always welcome!\n\n## License\nThis project is licensed under the MIT License - see the [LICENSE](LICENSE) file for details.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdimitrisstyl7%2Fadventure-quest-manager","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdimitrisstyl7%2Fadventure-quest-manager","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdimitrisstyl7%2Fadventure-quest-manager/lists"}