{"id":31696640,"url":"https://github.com/gtpshax/emilkoi","last_synced_at":"2026-05-04T15:32:41.028Z","repository":{"id":318349649,"uuid":"1070874014","full_name":"GTPSHAX/eMILKOI","owner":"GTPSHAX","description":"Platform e-voting MILKOI yang aman, efisien, dan mudah digunakan.","archived":false,"fork":false,"pushed_at":"2025-10-06T17:14:38.000Z","size":395,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-10-06T18:22:45.531Z","etag":null,"topics":["education","nextjs","reactjs","sqlite3","tailwindcss","voting-application"],"latest_commit_sha":null,"homepage":"","language":"TypeScript","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/GTPSHAX.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,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2025-10-06T14:51:50.000Z","updated_at":"2025-10-06T16:44:19.000Z","dependencies_parsed_at":"2025-10-06T18:23:56.791Z","dependency_job_id":"a146d317-9d6b-4134-ac67-d4bb6a48fafa","html_url":"https://github.com/GTPSHAX/eMILKOI","commit_stats":null,"previous_names":["gtpshax/emilkoi"],"tags_count":null,"template":false,"template_full_name":null,"purl":"pkg:github/GTPSHAX/eMILKOI","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GTPSHAX%2FeMILKOI","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GTPSHAX%2FeMILKOI/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GTPSHAX%2FeMILKOI/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GTPSHAX%2FeMILKOI/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/GTPSHAX","download_url":"https://codeload.github.com/GTPSHAX/eMILKOI/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GTPSHAX%2FeMILKOI/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":278981518,"owners_count":26079640,"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-10-08T02:00:06.501Z","response_time":56,"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":["education","nextjs","reactjs","sqlite3","tailwindcss","voting-application"],"created_at":"2025-10-08T17:10:16.593Z","updated_at":"2025-10-08T17:10:22.095Z","avatar_url":"https://github.com/GTPSHAX.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# eMILKOI\n\n\u003e eMILKOI is a modern voting web application built with Next.js 15, TypeScript, and Tailwind CSS v4. Designed for seamless user experience with internationalization support (Indonesian/English), it provides a secure and intuitive platform for digital voting processes.\n\n\u003e [!NOTE]\n\u003e This application is not yet fully secure and working as it should, so we currently do not recommend deploying it for production.\n\n[🇮🇩 Versi Indonesia](./README.md)\n\n## Table of Contents\n\n- [Requirements](#requirements)\n- [Installation](#installation)\n- [Usage](#usage)\n- [Contributing](#contributing)\n- [License](#license)\n\n## Requirements\n\n- [Node.js](https://nodejs.org) v22+ or higher.\n\n## Installation\n\n1. **Clone the repository:**\n```bash\ngit clone https://github.com/GTPSHAX/eMILKOI.git\ncd eMILKOI\n```\n\n2. **Install dependencies:**\n```bash\nnpm install\n```\n\n3. **Run the development server:**\n```bash\nnpm run dev\n```\n\n4. **Open your browser:**\nVisit [http://localhost:3000](http://localhost:3000) to see the application.\n\n## Usage\n\n### Development Commands\n\n```bash\n# Run development server with Turbopack\nnpm run dev\n\n# Build for production\nnpm run build\n\n# Run production server\nnpm run start\n\n# Lint code\nnpm run lint\n\n# Auto-fix lint issues\nnpm run lint:fix\n```\n\n### Project Structure\n\n```\nsrc/\n├── app/\n│   ├── [lang]/\n│   │   ├── layout.tsx     # Language-specific layout with metadata\n│   │   └── page.tsx       # Main page with i18n support\n│   ├── layout.tsx         # Root layout with theme provider\n│   └── page.tsx           # Root redirect to default language\n├── lib/\n│   └── dictionaries/\n│       ├── index.ts       # Dictionary loader functions\n│       ├── id.json        # Indonesian translations\n│       └── en.json        # English translations\n├── components/\n│   └── language-switcher.tsx # Language toggle component\n└── middleware.ts          # URL rewriting and locale detection\n```\n\n## Contributing\n\nWe greatly appreciate all contributions from you. If you are interested in contributing, please:\n\n1. Fork this repository\n2. Create a branch for your feature/fix\n3. Commit changes with clear messages\n4. Push to your branch (Before pushing, make sure you have run `npm run lint` or `npm run lint:fix`)\n5. Create a Pull Request\n\n## License\n\nThis project is licensed under the [MIT License](LICENSE).","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgtpshax%2Femilkoi","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fgtpshax%2Femilkoi","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgtpshax%2Femilkoi/lists"}