{"id":28557010,"url":"https://github.com/abrarshakhi/boolean-simplify","last_synced_at":"2026-04-24T12:32:34.378Z","repository":{"id":297472313,"uuid":"994922919","full_name":"AbrarShakhi/boolean-simplify","owner":"AbrarShakhi","description":"[UNDER DEVELOPMENT] A NextJS application for converting truth tables into boolean equations using Karnaugh Map.","archived":false,"fork":false,"pushed_at":"2025-06-05T16:14:34.000Z","size":118,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-06-05T17:25:03.078Z","etag":null,"topics":["kmap","kmap-solver","nextjs"],"latest_commit_sha":null,"homepage":"","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/AbrarShakhi.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}},"created_at":"2025-06-02T17:34:18.000Z","updated_at":"2025-06-05T16:14:36.000Z","dependencies_parsed_at":"2025-06-05T17:25:43.053Z","dependency_job_id":"4af252ac-7d8b-4eac-a457-50518e364103","html_url":"https://github.com/AbrarShakhi/boolean-simplify","commit_stats":null,"previous_names":["abrarshakhi/boolean-simplify"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/AbrarShakhi/boolean-simplify","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AbrarShakhi%2Fboolean-simplify","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AbrarShakhi%2Fboolean-simplify/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AbrarShakhi%2Fboolean-simplify/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AbrarShakhi%2Fboolean-simplify/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/AbrarShakhi","download_url":"https://codeload.github.com/AbrarShakhi/boolean-simplify/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AbrarShakhi%2Fboolean-simplify/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32223933,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-24T10:26:35.452Z","status":"ssl_error","status_checked_at":"2026-04-24T10:25:27.643Z","response_time":64,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: 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":["kmap","kmap-solver","nextjs"],"created_at":"2025-06-10T07:08:45.423Z","updated_at":"2026-04-24T12:32:34.374Z","avatar_url":"https://github.com/AbrarShakhi.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Boolean Simplify\n\n### Boolean Equation Generator\n\nA web application built with Next.js for converting truth tables into boolean equations. It uses Karnaugh Map to generate the equation.\n\n## Deployment Link\n\n\u003ca href=\"https://boolean-simplify.vercel.app/\"\u003e\u003cimg src=\"public/logo.svg\" alt=\"Boolean Simplify Logo\" width=\"25\"/\u003e\u003c/a\u003e [Click here to visit the deployed application](https://boolean-simplify.vercel.app/)\n\n[![GitHub](https://img.shields.io/github/stars/abrarshakhi/boolean-simplify?style=social)](https://github.com/abrarshakhi/boolean-simplify)\n[![GitHub issues](https://img.shields.io/github/issues/abrarshakhi/boolean-simplify)](https://github.com/abrarshakhi/boolean-simplify/issues)\n[![GitHub license](https://img.shields.io/github/license/abrarshakhi/boolean-simplify)](https://github.com/abrarshakhi/boolean-simplify/blob/main/LICENSE)\n[![Vercel](https://vercelbadge.vercel.app/api/abrartwo/boolean-simplify)](https://boolean-simplify.vercel.app/)\n[![GitHub contributors](https://img.shields.io/github/contributors/abrarshakhi/boolean-simplify)](https://github.com/abrarshakhi/boolean-simplify/graphs/contributors)\n\n## Demo\n\nHere's a quick demonstration of how Boolean Simplify works:\n\n![demo](public/demo.gif)\n\n## Features\n\n- Convert truth tables to boolean equations using Karnaugh Map method\n- Support for multiple input and output variables\n- Real-time equation generation\n- Dark and light mode themes\n- User-friendly interface\n- Responsive design for all devices\n\n## Built With\n\n![Next.js](https://img.shields.io/badge/Next.js-000000?style=for-the-badge\u0026logo=next.js\u0026logoColor=white)\n![TypeScript](https://img.shields.io/badge/TypeScript-007ACC?style=for-the-badge\u0026logo=typescript\u0026logoColor=white)\n![Vercel](https://img.shields.io/badge/Vercel-000000?style=for-the-badge\u0026logo=vercel\u0026logoColor=white)\n\n## Getting Started\n\n### Prerequisites\n\n- Node.js (version 18 or newer)\n- Yarn\n- TypeScript\n\n### Quick Example\n\n1. Input your truth table:\n   - For a 2-input, 1-output system:\n   ```\n   A B | Y\n   0 0 | 1\n   0 1 | 0\n   1 0 | 1\n   1 1 | 1\n   ```\n2. Click \"Generate\" to get the simplified boolean equation\n3. The result will be: `Y = A + B'`\n\n### Setup Instructions\n\n1. Clone the repository:\n\n```bash\ngit clone https://github.com/yourusername/boolean-simplify.git\ncd boolean-simplify\n```\n\n2. Install dependencies:\n\n```bash\nyarn install\n```\n\n3. Start the development server:\n\n```bash\nyarn dev\n```\n\n4. Access the application at [http://localhost:3000](http://localhost:3000)\n\n## Usage\n\n1. Specify the number of inputs and outputs\n2. Fill in the truth table values\n3. Click generate to compute the boolean equation\n4. Copy the generated equation as needed\n\n## Contributing\n\nWe welcome contributions to improve this project. Please follow these steps:\n\n1. Fork the repository\n2. Create a feature branch (`git checkout -b feature/YourFeature`)\n3. Commit your changes (`git commit -m 'Add YourFeature'`)\n4. Push to the branch (`git push origin feature/YourFeature`)\n5. Open a Pull Request\n\n## License\n\nThis project is licensed under the Apache License 2.0 - which means you can use, modify, and distribute it, but you need to include the original copyright notice and state significant changes. Check out the [LICENSE](LICENSE) file for all the legal details.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fabrarshakhi%2Fboolean-simplify","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fabrarshakhi%2Fboolean-simplify","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fabrarshakhi%2Fboolean-simplify/lists"}