{"id":18594692,"url":"https://github.com/ernitingarg/spell-checker-reactjs","last_synced_at":"2025-05-16T12:13:16.862Z","repository":{"id":61174583,"uuid":"505025160","full_name":"ernitingarg/spell-checker-reactjs","owner":"ernitingarg","description":null,"archived":false,"fork":false,"pushed_at":"2022-10-10T14:30:50.000Z","size":965,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-02-17T22:46:29.418Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"spell-checker-fawn.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/ernitingarg.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}},"created_at":"2022-06-19T05:59:35.000Z","updated_at":"2023-10-21T12:28:15.000Z","dependencies_parsed_at":"2022-10-12T03:57:38.492Z","dependency_job_id":null,"html_url":"https://github.com/ernitingarg/spell-checker-reactjs","commit_stats":null,"previous_names":["ernitingarg/spell-checker-reactjs"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ernitingarg%2Fspell-checker-reactjs","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ernitingarg%2Fspell-checker-reactjs/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ernitingarg%2Fspell-checker-reactjs/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ernitingarg%2Fspell-checker-reactjs/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ernitingarg","download_url":"https://codeload.github.com/ernitingarg/spell-checker-reactjs/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":254527097,"owners_count":22085919,"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":[],"created_at":"2024-11-07T01:16:41.252Z","updated_at":"2025-05-16T12:13:16.752Z","avatar_url":"https://github.com/ernitingarg.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"## Overview\n\nSpell-checker is a simple application which has mainly 2 components:\n- Frontend UI application written in `ReactJs`. Here is the [URL](https://spell-checker-ui.vercel.app/).\n- Backend API written in `javascript`. Here is the [URl](https://spell-checker-backend.vercel.app/checkwords).\n\n### Frontend\n\nFor this application to use, please enter any sentense and this application shows all words which are `NOT` English words.\n\n![Wrong](./images/wrong.png)\n\n\n![Correct](./images/correct.png)\n\n### Backend API\n\nIf you prefer to test backend api, please follow below steps.\n\n- Format of backend api is: https://spell-checker-backend.vercel.app/checkwords/\u003cword1|word2|word3....word\u003e\n- The response of this API displays Non-English characters in JSON format.\n- Below are few examples:\n\t- https://spell-checker-backend.vercel.app/checkwords/Xyz  =\u003e Xyz \n\t- https://spell-checker-backend.vercel.app/checkwords/xyz =\u003e xyz\n\t- https://spell-checker-backend.vercel.app/checkwords/XYZ =\u003e XYZ\n\t- https://spell-checker-backend.vercel.app/checkwords/xYz =\u003e xYz\n\t- https://spell-checker-backend.vercel.app/checkwords/xYZ =\u003e xYZ\n\t- https://spell-checker-backend.vercel.app/checkwords/xyz|dog =\u003e xyz\n\t- https://spell-checker-backend.vercel.app/checkwords/xyz|DOG =\u003e xyz\n\t- https://spell-checker-backend.vercel.app/checkwords/xyz| |DOG =\u003e xyz\n\t- https://spell-checker-backend.vercel.app/checkwords/xyz|DOG|ABCD =\u003e xyz, ABCD\n\n### Run locally\n \nTo run locally, In visual studio code, go to the sub folder (backend or frotnend) and run `npm run start` :\n- Frontend: http://localhost:3000/\n- Backend: http://127.0.0.1:8080/checkwords/xyz\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fernitingarg%2Fspell-checker-reactjs","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fernitingarg%2Fspell-checker-reactjs","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fernitingarg%2Fspell-checker-reactjs/lists"}