{"id":25019360,"url":"https://github.com/parwatcodes/song-discovery","last_synced_at":"2025-07-01T05:33:58.220Z","repository":{"id":274119578,"uuid":"921975058","full_name":"parwatcodes/song-discovery","owner":"parwatcodes","description":"Song discovery app using Discogs API","archived":false,"fork":false,"pushed_at":"2025-01-31T06:13:51.000Z","size":185,"stargazers_count":0,"open_issues_count":2,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-02-05T11:51:21.430Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"https://songs-discovery.vercel.app/","language":"TypeScript","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/parwatcodes.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":"2025-01-25T01:49:03.000Z","updated_at":"2025-01-31T06:13:54.000Z","dependencies_parsed_at":null,"dependency_job_id":"3a01cf94-e831-4e3e-8086-1193dfd75039","html_url":"https://github.com/parwatcodes/song-discovery","commit_stats":null,"previous_names":["parwatcodes/song-discovery"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/parwatcodes%2Fsong-discovery","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/parwatcodes%2Fsong-discovery/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/parwatcodes%2Fsong-discovery/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/parwatcodes%2Fsong-discovery/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/parwatcodes","download_url":"https://codeload.github.com/parwatcodes/song-discovery/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":246301999,"owners_count":20755514,"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":[],"created_at":"2025-02-05T11:50:22.443Z","updated_at":"2025-03-30T10:11:03.236Z","avatar_url":"https://github.com/parwatcodes.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Song Discovery\n\n![graph](https://github.com/user-attachments/assets/14e41c30-5727-48e0-b8f3-f3954a2cbac3)\n\n## Detailed documentation\n\nhttps://docs.google.com/document/d/1H2BgyWttFu6OacthIx3BD2SieEHswNeIH8Vwmuf7bg4/edit?usp=sharing\n\n## Overview\n\nSong Discovery is a web application that allows users to discover new music albums. Users can filter albums by year, genre, and country, and view album details, bookmark albums, songs, artists to their favs.\n\nhttps://songs-discovery.vercel.app/\n\n## Features\n\n- Browse and discover new music albums\n- Free search for Artist, Albums, genre, country and many more\n- Filter albums by year, genre, and country\n- View Artists and their albums\n- View album details\n- Add albums to favorite and view them from albums page or a separate Favorite page\n\n\n## Technologies Used\n\n- React\n- TypeScript\n- React Query (for state management, caching and many more)\n- Styled Components\n\n## Client Routes\n\nThe Song Discovery app uses React Router for client-side routing. Here are the main routes:\n\n- Home (/): The home page where users can search and filter albums.\n- Album Details (/album/:id): The page that displays detailed information about a specific album.\n- Artist Details (/artists/:id): The page that displays detailed information about a specific artist and their albums.\n- Favorite (/favorites): The page that displays the user's favorite albums and artists.\n\n## Getting Started\n\n### Installation\n\n1. Clone the repository:\n   ```sh\n   git clone https://github.com/parwatcodes/song-discovery.git\n   \n   cd song-discovery\n2. Install dependencies:\n    ```sh\n   npm install\n    # or\n    yarn install\n3. Create a .env.local file in the root directory and add your API base URL:\n    ```sh\n    # .env.local\n    VITE_DISCOGS_API_KEY=YOUR_API_KEY\n    VITE_DISCOGS_API_SECRET=YOUR_API_SECRET\n\n    VITE_DISCOGS_TOKEN_URL=https://api.discogs.com/oauth/request_token\n    VITE_DISCOGS_AUTHORIZE_URL=https://www.discogs.com/oauth/authorize\n    VITE_DISCOGS_ACCESS_TOKEN_URL=https://api.discogs.com/oauth/access_token\n\n    VITE_DISCOGS_BASE_URL=https://api.discogs.com\n### Running the Application\n  1. Start the development server\n      ```sh\n     npm run dev\n  2. Open your browser and navigate to http://localhost:5173.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fparwatcodes%2Fsong-discovery","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fparwatcodes%2Fsong-discovery","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fparwatcodes%2Fsong-discovery/lists"}