{"id":25929594,"url":"https://github.com/mihir2006/text-utils","last_synced_at":"2025-10-11T00:11:38.725Z","repository":{"id":190695591,"uuid":"683151238","full_name":"MIHIR2006/Text-Utils","owner":"MIHIR2006","description":"React page ","archived":false,"fork":false,"pushed_at":"2025-09-13T19:47:58.000Z","size":1630,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-09-13T21:36:44.157Z","etag":null,"topics":["html-css-js","jsx","reactjs","text-editor","text-to-speech"],"latest_commit_sha":null,"homepage":"https://mihir2006.github.io/my-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/MIHIR2006.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,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2023-08-25T18:12:47.000Z","updated_at":"2025-09-13T19:47:56.000Z","dependencies_parsed_at":"2025-02-03T07:28:42.126Z","dependency_job_id":"3784f2be-c059-4312-b7ae-bfce2f5a2b4b","html_url":"https://github.com/MIHIR2006/Text-Utils","commit_stats":null,"previous_names":["mihir2006/my-app"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/MIHIR2006/Text-Utils","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MIHIR2006%2FText-Utils","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MIHIR2006%2FText-Utils/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MIHIR2006%2FText-Utils/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MIHIR2006%2FText-Utils/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/MIHIR2006","download_url":"https://codeload.github.com/MIHIR2006/Text-Utils/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MIHIR2006%2FText-Utils/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":279005647,"owners_count":26083940,"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-10T02:00:06.843Z","response_time":62,"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-css-js","jsx","reactjs","text-editor","text-to-speech"],"created_at":"2025-03-03T22:08:09.141Z","updated_at":"2025-10-11T00:11:38.721Z","avatar_url":"https://github.com/MIHIR2006.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"## TextUtils \n### Word counter, character counter, Remove extra Spaces\n\n\n## \u003ca name=\"features\"\u003e🔋 Features\u003c/a\u003e\n\n* **Analyze Your text**: Analyze your text for readability, sentence structure, grammar, and more, Textutils helps you get the insights you need for improving your writing or understanding its quality.\n\n* **Free to user**: TextUtils is a free character counter tool that provides instant character count \u0026 word count statistics for a given text. TextUtils reports the number of words and characters. Thus it is suitable for writing text with word/ character limit.\n\n* **Browser Compatible**: This word counter software works in any web browsers such as Chrome, Firefox, Internet Explorer, Safari, Opera. It suits to count characters in facebook, blog, books, excel document, pdf document, essays, etc.\n\n* **Responsive**: The application is responsive across all devices.\n\nand many more, including code architecture and reusability \n\n## Tech Stack\n\n[![Tech Stack](https://skillicons.dev/icons?i=react,express,mysql)](https://skillicons.dev)\n\n# Folder Structure \n\n```\n└── Text-Utils\n\n    └── Client\n        └── .gitignore\n        └── color btn.txt\n        └── package-lock.json\n        └── package.json\n        └── public\n            └── Fav icon Dark.png\n            └── Fav icon light.png\n            └── favicon.ico\n            └── index.html\n            └── logo192.png\n            └── logo512.png\n            └── manifest.json\n            └── ms-icon-144x144.png\n            └── ms-icon-150x150.png\n            └── ms-icon-70x70.png\n            └── robots.txt\n        └── README.md\n        └── src\n            └── App.css\n            └── App.js\n            └── App.test.js\n            └── Components\n                └── About.js\n                └── Alert.js\n                └── btn.css\n                └── card.js\n                └── Navbar.css\n                └── Navbar.js\n                └── sql.css\n                └── Sql.js\n                └── text.html\n                └── TextForm.js\n            └── index.css\n            └── index.js\n            └── logo.svg\n            └── reportWebVitals.js\n            └── setupTests.js\n    └── Server\n        └── .gitignore\n        └── package-lock.json\n        └── package.json\n        └── server.js\n    └── README.md\n```\n## How to use\n\n\n1. Clone the repo\n``` bash\ngit clone https://github.com/MIHIR2006/Text-Utils.git\n```\n\n2. Install dependencies\n``` bash\nnpm install\n```\n\n3. Start the dev server\n``` bash\nnpm start\n```\n\n### Give it ⭐\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmihir2006%2Ftext-utils","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmihir2006%2Ftext-utils","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmihir2006%2Ftext-utils/lists"}