{"id":22447546,"url":"https://github.com/boddepallyvenkatesh06/qtify","last_synced_at":"2026-04-13T18:01:27.483Z","repository":{"id":214207720,"uuid":"735963138","full_name":"BoddepallyVenkatesh06/Qtify","owner":"BoddepallyVenkatesh06","description":"QTify is an music album website which consists of variety of albums, songs which user can browse.","archived":false,"fork":false,"pushed_at":"2023-12-26T15:38:22.000Z","size":219,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-10-19T06:35:12.178Z","etag":null,"topics":["accordion-flexbox","conditional-rendering","css3","functional-programming","hooks","material-ui","reactjs","swipperjs","toaster"],"latest_commit_sha":null,"homepage":"https://venky-kumar-qtify.netlify.app/","language":"HTML","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/BoddepallyVenkatesh06.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}},"created_at":"2023-12-26T15:31:47.000Z","updated_at":"2024-07-11T18:49:28.000Z","dependencies_parsed_at":"2023-12-26T17:42:23.767Z","dependency_job_id":null,"html_url":"https://github.com/BoddepallyVenkatesh06/Qtify","commit_stats":null,"previous_names":["boddepallyvenkatesh06/qtify"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/BoddepallyVenkatesh06/Qtify","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/BoddepallyVenkatesh06%2FQtify","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/BoddepallyVenkatesh06%2FQtify/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/BoddepallyVenkatesh06%2FQtify/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/BoddepallyVenkatesh06%2FQtify/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/BoddepallyVenkatesh06","download_url":"https://codeload.github.com/BoddepallyVenkatesh06/Qtify/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/BoddepallyVenkatesh06%2FQtify/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31764317,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-13T15:25:13.801Z","status":"ssl_error","status_checked_at":"2026-04-13T15:25:09.162Z","response_time":93,"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":["accordion-flexbox","conditional-rendering","css3","functional-programming","hooks","material-ui","reactjs","swipperjs","toaster"],"created_at":"2024-12-06T04:17:36.087Z","updated_at":"2026-04-13T18:01:27.459Z","avatar_url":"https://github.com/BoddepallyVenkatesh06.png","language":"HTML","funding_links":[],"categories":[],"sub_categories":[],"readme":"# QTify - A Spotify Clone\n\nQTify is a web application that serves as a clone of Spotify, providing users with a platform to discover, listen to, and organize their favorite music.\n\n## Features\n\n- **User Authentication:** Users can create accounts, log in, and maintain personalized profiles.\n- **Browse Music:** Explore a vast library of songs, albums, and playlists.\n- **Search Functionality:** Easily find your favorite artists, songs, or genres.\n- **Create Playlists:** Users can create and manage their playlists with the ability to add and remove songs.\n- **Playback Controls:** Play, pause, skip, and control the volume of the music player.\n- **Responsive Design:** The application is designed to work seamlessly across various devices.\n\n## Getting Started\n\nFollow these steps to get a copy of the QTify project up and running on your local machine.\n\n### Prerequisites\n\n- Node.js: Make sure you have Node.js installed. You can download it [here](https://nodejs.org/).\n\n### Installation\n\n1. Clone the repository:\n\n   ```bash\n   git clone https://github.com/BoddepallyVenkatesh06/qtify.git\n   ```\n\n2. Navigate to the project directory:\n\n   ```bash\n   cd qtify\n   ```\n\n3. Install dependencies:\n\n   ```bash\n   npm install\n   ```\n\n### Configuration\n\n1. Set up environment variables:\n\n   Create a `.env` file in the root directory and configure the following:\n\n   ```env\n   REACT_APP_SPOTIFY_API_KEY=your_spotify_api_key\n   REACT_APP_BASE_API_URL=https://api.spotify.com/v1\n   REACT_APP_REDIRECT_URI=http://localhost:3000/callback\n   ```\n\n   Replace `your_spotify_api_key` with your Spotify API key.\n\n### Running the Application\n\nStart the development server:\n\n```bash\nnpm start\n```\n\nOpen your browser and go to [http://localhost:3000](http://localhost:3000) to access Qtify.\n\n## Contributing\n\nIf you would like to contribute to Qtify, please follow our [Contribution Guidelines](CONTRIBUTING.md).\n\n## License\n\nThis project is licensed under the MIT License - see the [LICENSE](LICENSE) file for details.\n```\n\n`BoddepallyVenkatesh06` and update the Spotify API key. Additionally, you might want to include information about additional dependencies, deployment instructions, and any other relevant details specific to your project.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fboddepallyvenkatesh06%2Fqtify","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fboddepallyvenkatesh06%2Fqtify","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fboddepallyvenkatesh06%2Fqtify/lists"}