{"id":30004720,"url":"https://github.com/markjaquith/crossword-columns","last_synced_at":"2025-08-05T07:35:39.169Z","repository":{"id":308050184,"uuid":"1031464518","full_name":"markjaquith/crossword-columns","owner":"markjaquith","description":null,"archived":false,"fork":false,"pushed_at":"2025-08-03T20:06:46.000Z","size":47,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-08-03T21:28:40.747Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"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/markjaquith.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,"zenodo":null}},"created_at":"2025-08-03T19:47:29.000Z","updated_at":"2025-08-03T20:06:49.000Z","dependencies_parsed_at":"2025-08-03T21:28:48.167Z","dependency_job_id":"2cba2e39-2a38-4632-baeb-57928f268a89","html_url":"https://github.com/markjaquith/crossword-columns","commit_stats":null,"previous_names":["markjaquith/crossword-columns"],"tags_count":null,"template":false,"template_full_name":null,"purl":"pkg:github/markjaquith/crossword-columns","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/markjaquith%2Fcrossword-columns","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/markjaquith%2Fcrossword-columns/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/markjaquith%2Fcrossword-columns/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/markjaquith%2Fcrossword-columns/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/markjaquith","download_url":"https://codeload.github.com/markjaquith/crossword-columns/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/markjaquith%2Fcrossword-columns/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":268857999,"owners_count":24318847,"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","status":"online","status_checked_at":"2025-08-05T02:00:12.334Z","response_time":2576,"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-08-05T07:35:32.191Z","updated_at":"2025-08-05T07:35:39.156Z","avatar_url":"https://github.com/markjaquith.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Crossword Columns Layout\n\nA React-based crossword layout application with intelligent column balancing algorithms.\n\n## Features\n\n- **Configurable Layout**: Adjust column count, puzzle size, gaps, and spacing\n- **Smart Balancing**: Advanced algorithms to balance content across columns\n- **Visual Feedback**: Real-time preview of layout changes\n- **Persistent Settings**: Configuration saved to localStorage\n- **Fast Simulation**: In-memory balancing simulation for optimal performance\n\n## Development\n\nThis project uses [Bun](https://bun.sh) as the runtime and package manager.\n\n### Prerequisites\n\n- [Bun](https://bun.sh) installed on your system\n\n### Getting Started\n\n1. Clone the repository\n2. Install dependencies:\n   ```bash\n   bun install\n   ```\n3. Start the development server:\n   ```bash\n   bun run dev\n   ```\n4. Open your browser to `http://localhost:3000`\n\n### Building\n\nTo build the project for production:\n\n```bash\nbun run build\n```\n\n### Testing\n\nRun the test suite:\n\n```bash\nbun test\n```\n\n## Deployment\n\nThis project is automatically deployed to GitHub Pages via GitHub Actions when changes are pushed to the main branch.\n\n### Manual Deployment Setup\n\n1. Go to your repository settings\n2. Navigate to \"Pages\" in the sidebar\n3. Set source to \"GitHub Actions\"\n4. The workflow will automatically deploy on push to main\n\n## Configuration Options\n\n- **Columns**: Number of columns (3-8)\n- **Puzzle Width/Height**: Crossword puzzle dimensions\n- **Puzzle Span**: How many columns the puzzle spans\n- **Column Gap**: Horizontal spacing between columns\n- **Row Gap**: Vertical spacing between rows\n- **Item Gap**: Padding within each clue item\n- **Pixel-Perfect Alignment**: Add dynamic spacing for exact height matching\n\n## Balancing Algorithm\n\nThe application uses a sophisticated two-phase balancing approach:\n\n1. **Primary Distribution**: Sequential placement with overshoot detection\n2. **Visual Optimization**: In-memory simulation to find optimal item arrangements\n\nThe algorithm respects content ordering constraints while maximizing visual balance.\n\n## License\n\nMIT License - see LICENSE file for details\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmarkjaquith%2Fcrossword-columns","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmarkjaquith%2Fcrossword-columns","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmarkjaquith%2Fcrossword-columns/lists"}