{"id":22982377,"url":"https://github.com/niradler/html-closing-tag","last_synced_at":"2025-09-11T16:07:48.905Z","repository":{"id":219504653,"uuid":"749214266","full_name":"niradler/html-closing-tag","owner":"niradler","description":"The HTML Closing Tag Converter is a web-based tool designed to assist users who copy HTML code and need to ensure that all tags are properly closed, especially when working with React JSX or other templating languages that require explicit closing tags.","archived":false,"fork":false,"pushed_at":"2024-01-27T22:54:32.000Z","size":172,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-04-02T09:46:45.492Z","etag":null,"topics":["html","jsx","react"],"latest_commit_sha":null,"homepage":"https://niradler.github.io/html-closing-tag/public/","language":"HTML","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/niradler.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-01-27T22:37:00.000Z","updated_at":"2024-01-27T22:56:07.000Z","dependencies_parsed_at":null,"dependency_job_id":"139d9665-3d54-491a-96ad-b0f56a638c0b","html_url":"https://github.com/niradler/html-closing-tag","commit_stats":null,"previous_names":["niradler/html-closing-tag"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/niradler/html-closing-tag","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/niradler%2Fhtml-closing-tag","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/niradler%2Fhtml-closing-tag/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/niradler%2Fhtml-closing-tag/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/niradler%2Fhtml-closing-tag/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/niradler","download_url":"https://codeload.github.com/niradler/html-closing-tag/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/niradler%2Fhtml-closing-tag/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":274665254,"owners_count":25327153,"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-09-11T02:00:13.660Z","response_time":74,"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":["html","jsx","react"],"created_at":"2024-12-15T02:18:11.785Z","updated_at":"2025-09-11T16:07:48.897Z","avatar_url":"https://github.com/niradler.png","language":"HTML","funding_links":[],"categories":[],"sub_categories":[],"readme":"# HTML Closing Tag Converter\n\n## Overview\n\nThe HTML Closing Tag Converter is a web-based tool designed to assist users who copy HTML code and need to ensure that all tags are properly closed, especially when working with React JSX or other templating languages that require explicit closing tags.\n\n## Features\n\n- Automatically adds closing tags (`/\u003e`) to specified self-closing HTML tags that are missing them.\n- Helps users maintain consistency and correctness when copying and pasting HTML into React JSX or other templating languages.\n\n## Usage\n\nTo use the tool, follow these simple steps:\n\n1. Visit the tool's website: [HTML Closing Tag Converter](https://niradler.github.io/html-closing-tag/public/).\n2. Paste your HTML code into the provided input area.\n3. Click the \"Convert\" button.\n4. The tool will add missing closing tags to self-closing HTML tags in the input code.\n5. Copy the modified HTML code and use it in your React JSX or preferred templating language.\n\n## Example\n\nInput:\n\n```html\n\u003cdiv class=\"container\"\u003e\n  \u003cimg src=\"image.jpg\" alt=\"An image\" /\u003e\n  \u003cbr /\u003e\n  \u003cinput type=\"text\" /\u003e\n\u003c/div\u003e\n```\n\nOutput:\n\n```html\n\u003cdiv class=\"container\"\u003e\n  \u003cimg src=\"image.jpg\" alt=\"An image\" /\u003e\n  \u003cbr /\u003e\n  \u003cinput type=\"text\" /\u003e\n\u003c/div\u003e\n```\n\n## Try It Now\n\nVisit the [HTML Closing Tag Converter](https://niradler.github.io/html-closing-tag/public/) and streamline your HTML code for React JSX or other templating languages.\n\n## Example\n\n![HTML Closing Tag Converter](Screenshot.png)\n\n## List of Common Self-Closing HTML Tags\n\n- `area`\n- `base`\n- `br`\n- `col`\n- `command`\n- `embed`\n- `hr`\n- `img`\n- `input`\n- `keygen`\n- `link`\n- `meta`\n- `param`\n- `source`\n- `track`\n- `wbr`\n\n## Contributions\n\nContributions and feedback are welcome! If you encounter any issues or have suggestions for improvement, please feel free to open an issue or submit a pull request.\n\n## License\n\nThis project is licensed under the MIT License - see the [LICENSE](MIT) file for details.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fniradler%2Fhtml-closing-tag","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fniradler%2Fhtml-closing-tag","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fniradler%2Fhtml-closing-tag/lists"}