{"id":34747377,"url":"https://github.com/recklyss/picture-sharing","last_synced_at":"2026-05-28T07:32:07.044Z","repository":{"id":278955550,"uuid":"937207344","full_name":"recklyss/picture-sharing","owner":"recklyss","description":null,"archived":false,"fork":false,"pushed_at":"2025-02-22T18:49:17.000Z","size":35,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-02-22T19:33:14.922Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"https://picture-sharing.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/recklyss.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-02-22T15:38:29.000Z","updated_at":"2025-02-22T18:49:33.000Z","dependencies_parsed_at":"2025-02-22T19:43:28.081Z","dependency_job_id":null,"html_url":"https://github.com/recklyss/picture-sharing","commit_stats":null,"previous_names":["recklyss/picture-sharing"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/recklyss/picture-sharing","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/recklyss%2Fpicture-sharing","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/recklyss%2Fpicture-sharing/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/recklyss%2Fpicture-sharing/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/recklyss%2Fpicture-sharing/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/recklyss","download_url":"https://codeload.github.com/recklyss/picture-sharing/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/recklyss%2Fpicture-sharing/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":33599465,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-05-28T02:00:06.440Z","response_time":99,"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":[],"created_at":"2025-12-25T04:55:42.808Z","updated_at":"2026-05-28T07:32:07.039Z","avatar_url":"https://github.com/recklyss.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Picture Color Extractor\n\nA modern web application built with React, TypeScript, and Tailwind CSS that extracts and displays the dominant colors from uploaded images. The app features a beautiful, responsive UI that adapts to different image orientations and provides both HEX and RGB color values.\n\n## Features\n\n- 📸 Image pick and preview\n- 🎨 Extracts dominant colors from images\n- 📊 Color display in both HEX and RGB formats\n- 🎯 Maintains image aspect ratio (16:9 for landscape, 9:16 for portrait)\n\n## Tech Stack\n\n- React 18\n- TypeScript\n- Tailwind CSS\n- Vite\n- extract-colors (for color extraction)\n\n## Getting Started\n\n### Prerequisites\n\n- Node.js (latest LTS version recommended)\n- npm or yarn\n\n### Installation\n\n1. Clone the repository:\n```bash\ngit clone \u003crepository-url\u003e\ncd pic-sharing\n```\n\n2. Install dependencies:\n```bash\nnpm install\n```\n\n3. Start the development server:\n```bash\nnpm run dev\n```\n\nThe application will be available at `http://localhost:5173`\n\n### Building for Production\n\nTo create a production build:\n\n```bash\nnpm run build\n```\n\n## Usage\n\n1. Click the upload area or drag and drop an image\n2. The image will be displayed with a dynamic background banner\n3. Extracted colors will be shown on the right side with their HEX and RGB values\n\n## Project Structure\n\n```\nsrc/\n├── components/\n│   ├── ColorPalette.tsx    # Color display component\n│   ├── ImagePreview.tsx    # Image preview with dynamic banner\n│   └── ImageUploader.tsx   # File upload component\n├── hooks/\n│   ├── useColorExtractor.ts # Color extraction logic\n│   └── useImageHandler.ts   # Image handling and aspect ratio detection\n├── App.tsx                  # Main application component\n└── main.tsx                # Application entry point\n```\n\n## Development\n\nThe project uses:\n- ESLint for code linting\n- TypeScript for type safety\n- Tailwind CSS for styling\n- Vite for fast development and building\n\n## License\n\nMIT\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frecklyss%2Fpicture-sharing","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Frecklyss%2Fpicture-sharing","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frecklyss%2Fpicture-sharing/lists"}