{"id":23764045,"url":"https://github.com/sujalxplores/pixel-nation","last_synced_at":"2026-02-25T21:02:39.706Z","repository":{"id":265027517,"uuid":"872067994","full_name":"SujalXplores/pixel-nation","owner":"SujalXplores","description":"Create vibrant pixel-art maps of countries using customizable dot patterns. Built with Next.js 14 and Tailwind CSS.","archived":false,"fork":false,"pushed_at":"2024-10-15T06:30:15.000Z","size":77,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-04-06T02:15:59.563Z","etag":null,"topics":["dataviz","geography","interactivemap","nextjs14","pixelart"],"latest_commit_sha":null,"homepage":"https://pixel-nation.vercel.app","language":"JavaScript","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/SujalXplores.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-10-13T17:40:29.000Z","updated_at":"2025-01-20T12:08:10.000Z","dependencies_parsed_at":"2024-11-27T08:57:45.805Z","dependency_job_id":"b52e0417-51b8-45aa-b455-5585202694de","html_url":"https://github.com/SujalXplores/pixel-nation","commit_stats":null,"previous_names":["sujalxplores/pixel-nation"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SujalXplores%2Fpixel-nation","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SujalXplores%2Fpixel-nation/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SujalXplores%2Fpixel-nation/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SujalXplores%2Fpixel-nation/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/SujalXplores","download_url":"https://codeload.github.com/SujalXplores/pixel-nation/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248576124,"owners_count":21127331,"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":["dataviz","geography","interactivemap","nextjs14","pixelart"],"created_at":"2024-12-31T22:14:34.770Z","updated_at":"2026-02-25T21:02:34.670Z","avatar_url":"https://github.com/SujalXplores.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Pixel Nation Generator\n\nA Next.js application that generates pixel-art style maps of countries using dot patterns.\n\n![Pixel Nation Generator Demo](https://placehold.co/800x400/3B82F6/FFFFFF.gif?text=Pixel+Nation+Generator\u0026font=raleway)\n\n## 🚀 Features\n\n- ⚡ **Next.js 14** - For fast, server-side rendering and static site generation\n- 🎨 **Tailwind CSS** - A utility-first CSS framework for rapid UI development\n- 📏 **ESLint** - Pluggable JavaScript linter\n- 🐶 **Husky** - Use git hooks with ease\n- 🌍 **TopoJSON** - For handling geographical data\n- 🎨 **react-colorful** - A tiny color picker component for React\n- 🔍 **Combobox** - For easy country selection\n\n## 🛠 Getting Started\n\n1. Clone the repository:\n   ```bash\n   git clone https://github.com/your-username/pixel-nation-generator.git\n   cd pixel-nation-generator\n   ```\n\n2. Install dependencies:\n   ```bash\n   npm install\n   ```\n\n3. Run the development server:\n   ```bash\n   npm run dev\n   ```\n\n4. Open [http://localhost:3000](http://localhost:3000) with your browser to see the result.\n\n## 📁 Project Structure\n\n```\n├── app/\n│   ├── layout.js\n│   ├��─ page.js\n│   └── globals.css\n├── components/\n│   └── ui/\n├── lib/\n├── public/\n├── .husky/\n├── .vscode/\n└── [Configuration files]\n```\n\n## 🎯 Key Features in Action\n\n### 1. Country Selection with Combobox\n\n![Country Selection Demo](https://placehold.co/800x400/22C55E/FFFFFF.gif?text=Country+Selection\u0026font=raleway)\n\nUse the combobox to easily search and select countries from a comprehensive list.\n\n### 2. Customizable Dot Patterns\n\n![Dot Customization Demo](https://placehold.co/800x400/EAB308/FFFFFF.gif?text=Dot+Customization\u0026font=raleway)\n\nAdjust dot size and color to create unique pixel-art representations of countries.\n\n### 3. Real-time Preview\n\n![Real-time Preview Demo](https://placehold.co/800x400/EC4899/FFFFFF.gif?text=Real-time+Preview\u0026font=raleway)\n\nSee your changes instantly reflected in the country map preview.\n\n## 🔧 Configuration\n\n### ESLint\n\nThe project uses a custom ESLint configuration. You can find and modify the rules in `.eslintrc.json`.\n\n### Tailwind CSS\n\nTailwind is configured in `tailwind.config.js`. You can extend the default configuration here.\n\n## 📚 Learn More\n\nTo learn more about the technologies used in this project, check out the following resources:\n\n- [Next.js Documentation](https://nextjs.org/docs)\n- [Tailwind CSS Documentation](https://tailwindcss.com/docs)\n- [TopoJSON Documentation](https://github.com/topojson/topojson)\n- [react-colorful Documentation](https://github.com/omgovich/react-colorful)\n\n## 🤝 Contributing\n\nContributions are welcome! Please feel free to submit a Pull Request.\n\n## 📄 License\n\nThis project is open source and available under the [MIT License](LICENSE).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsujalxplores%2Fpixel-nation","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsujalxplores%2Fpixel-nation","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsujalxplores%2Fpixel-nation/lists"}