{"id":26917557,"url":"https://github.com/yaserbelal/quran_playlist_manager","last_synced_at":"2025-04-01T20:42:51.508Z","repository":{"id":266081955,"uuid":"897312074","full_name":"yaserbelal/Quran_Playlist_Manager","owner":"yaserbelal","description":"A comprehensive console-based application for managing playlist.","archived":false,"fork":false,"pushed_at":"2025-03-22T11:30:59.000Z","size":3224,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-03-22T12:25:50.275Z","etag":null,"topics":["console-application","cpp","datastructures"],"latest_commit_sha":null,"homepage":"","language":"C++","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/yaserbelal.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}},"created_at":"2024-12-02T12:16:01.000Z","updated_at":"2025-03-22T11:31:03.000Z","dependencies_parsed_at":null,"dependency_job_id":"29d4b135-b5ac-427f-848a-79ebc9ba4517","html_url":"https://github.com/yaserbelal/Quran_Playlist_Manager","commit_stats":null,"previous_names":["yaserbelal/quran_playlist_manager"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yaserbelal%2FQuran_Playlist_Manager","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yaserbelal%2FQuran_Playlist_Manager/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yaserbelal%2FQuran_Playlist_Manager/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yaserbelal%2FQuran_Playlist_Manager/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/yaserbelal","download_url":"https://codeload.github.com/yaserbelal/Quran_Playlist_Manager/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":246709919,"owners_count":20821298,"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":["console-application","cpp","datastructures"],"created_at":"2025-04-01T20:42:50.916Z","updated_at":"2025-04-01T20:42:51.503Z","avatar_url":"https://github.com/yaserbelal.png","language":"C++","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Quran-Playlist-Manager\n\nA comprehensive console-based application for managing playlists.\n\nThis project was developed as part of the 2024 Data Structures course at Zagazig University. It leverages a custom-built Doubly linked list data structure, showcasing a range of object-oriented programming (OOP) principles. This project provided hands-on experience with data structure design, algorithm efficiency, and OOP concepts, allowing for both learning and practical application of these key software engineering skills.\n\n## Project UML\n\n![Project UML](Images/UML.png)\n\n## Project Details\n\n ### 1# Main Page\n At the start of the program, the project has no data. You have the option to add data or import it from a file.\n\n![Main Page](Images/main.png)\n\n ### 2# Adding a new playlist\n We can add a new playlist by selecting option 1\n \n![Adding new playlist](Images/1.png)\n\n ### 3# Adding new surah\n We can add a new surah by selecting option 2 and if the playlist name is don't exist you will try again\n \n![Adding new surah](Images/2.png)\n\n ### 4# Removing existing surah \n We can remove a surah by selecting option 4 and if the surah name  is don't exist you will try again\n\n![Removing existing surah](Images/3.png)\n\n ### 5# Change the order of existing playlist \n we can change the order of playlist by selection option 4 and if the playlist name  is don't exist you will try again\n \n![Change the order of existing playlist](Images/4.png)\n\n ### 6# Display all playlists \n we can display all current plalists by selecion option 5\n\n![Display all playlists ](Images/5.png)\n\n ### 7# Display all playlists and them surahs\n we can display all playlists and them surahs by selection option 6\n\n![Display all playlists and them surahs](Images/6.png)\n \n ### 8# Display surahs in a specific playlist\n we can display surahs in a specific playlist by seletion option 7\n\n![Display surahs in a specific playlist](Images/7.png)\n\n ### 9# Play surah from specific playlist \n We can play a Surah from a specific playlist by selecting option 8. Once playing, we can control the Surah using the keyboard arrow keys\n    Use left arrow (\u003c-) to play the previous surah\n    Use right arrow (-\u003e) to play the next surah\n    Use up arrow (^) to pause the current surah\n    Use down arrow (V) to resume the paused surah \n    \n![Play surah from specific playlist](Images/8.png)\n\t\n ### 10# Saving to a file\n At any point of the program we can save the data in the same file, this is the resulting file\n\n![Saving to a file](Images/9.png)\n\n ### 11# Loading from a file\n This is the result of loading the data from a file\n \n![Loading from a file](Images/10.png)\n\n ### 12# Remove an existing playlist\n We can delete a contact by selecting option 11 and type the name of the playlist \n![Remove an existing playlist](Images/10.png)\n\n ### 13# THE END :)\n \n![THE END :)](Images/0.png)\n\n---\nThank you for caring 🌌\n\n \n\n\n\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fyaserbelal%2Fquran_playlist_manager","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fyaserbelal%2Fquran_playlist_manager","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fyaserbelal%2Fquran_playlist_manager/lists"}