{"id":20008425,"url":"https://github.com/fernanda-kipper/text-editor","last_synced_at":"2026-02-26T02:02:12.745Z","repository":{"id":119159788,"uuid":"458180338","full_name":"Fernanda-Kipper/text-editor","owner":"Fernanda-Kipper","description":"Online Text Editor where users can create and edit markdown files","archived":false,"fork":false,"pushed_at":"2024-07-30T22:36:01.000Z","size":1186,"stargazers_count":72,"open_issues_count":5,"forks_count":71,"subscribers_count":3,"default_branch":"main","last_synced_at":"2025-09-29T04:38:53.971Z","etag":null,"topics":["graphql","javascript","reactjs","typescript"],"latest_commit_sha":null,"homepage":"","language":"TypeScript","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/Fernanda-Kipper.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":".github/CODEOWNERS","security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2022-02-11T12:36:52.000Z","updated_at":"2025-09-04T21:29:21.000Z","dependencies_parsed_at":null,"dependency_job_id":"9c3373c7-6a2c-440b-9b3e-5602b4970a27","html_url":"https://github.com/Fernanda-Kipper/text-editor","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/Fernanda-Kipper/text-editor","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Fernanda-Kipper%2Ftext-editor","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Fernanda-Kipper%2Ftext-editor/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Fernanda-Kipper%2Ftext-editor/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Fernanda-Kipper%2Ftext-editor/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Fernanda-Kipper","download_url":"https://codeload.github.com/Fernanda-Kipper/text-editor/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Fernanda-Kipper%2Ftext-editor/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":279011063,"owners_count":26084865,"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-12T02:00:06.719Z","response_time":53,"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":["graphql","javascript","reactjs","typescript"],"created_at":"2024-11-13T07:09:54.085Z","updated_at":"2025-10-12T10:31:21.423Z","avatar_url":"https://github.com/Fernanda-Kipper.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003ch1 align=\"center\" style=\"font-weight: bold;\"\u003eText Editor ✍\u003c/h1\u003e\n\n![react](https://img.shields.io/badge/React-blue?style=flat\u0026logo=react)\n![Underdevelopment](https://img.shields.io/badge/GraphQL-e10098?style=flat\u0026logo=graphql)\n\n\n\u003cp align=\"center\"\u003e\n \u003ca href=\"#tech\"\u003eTechnologies\u003c/a\u003e • \n \u003ca href=\"#started\"\u003eGetting Started\u003c/a\u003e • \n \u003ca href=\"#contribute\"\u003eContribute\u003c/a\u003e •\n \u003ca href=\"#license\"\u003eLicense\u003c/a\u003e\n\u003c/p\u003e\n\n\u003cp align=\"center\"\u003e\n\u003cb\u003eThis application is a online Text Editor, where users can create and edit markdown files.\u003c/b\u003e\n\u003c/p\u003e\n\n\u003cp align=\"center\"\u003e\n    \u003cimg src=\"./.github/assets/file-edit.png\" width=\"300px\"\u003e\n    \u003cimg src=\"./.github/assets/files.png\" width=\"300px\"\u003e\n\u003c/p\u003e\n\n\n\u003ch2 id=\"tech\"\u003eTechnologies\u003c/h2\u003e\n\n### Client:\n  Built using [React JS](https://pt-br.reactjs.org/), this interface and the layout ware made from scratch by me.\n\n### API\n  For building the server of this application, I used [Hy Graph](https://hygraph.com/) that is an CMS that allow us to build [GraphQL](https://graphql.org/) Content APIs.\n\n\u003ch2 id=\"started\"\u003e🚀 Getting Started\u003c/h2\u003e\n\n\u003ch4\u003e Prerequisites\u003c/h4\u003e\n\n- Node 12\n- Git 2\n\n\u003ch4\u003eInstall project\u003c/h4\u003e\n\n```\ngit clone https://github.com/Fernanda-Kipper/text-editor.git\nnpm install\n```\n\n\u003ch4\u003eEnvironment Variables\u003c/h4\u003e\n\nIn the root of this project, create a `.env` file with the keys and values located on `.env.example`\n\nTo get these values you need to create an Account on [HyGraph](https://app.hygraph.com/) and then:\n\n- Create a new project\n- Inside your project, go to \"Project Settings\"\n- Inside settings, access the tab \"API Access\"\n- Add all permisions\n\n\u003cimg width=\"400\" alt=\"Captura de Tela 2023-03-19 às 14 54 48\" src=\"https://user-images.githubusercontent.com/61896274/226196900-5542dd52-0033-40fc-b17b-dbcb8cf9e790.png\"\u003e\n\n- Copy your **Content API URL** and use as `process.env.REACT_APP_CONTENT_API_URL`\n\n\u003cimg width=\"393\" alt=\"Captura de Tela 2023-03-19 às 15 03 58\" src=\"https://user-images.githubusercontent.com/61896274/226197693-4ec3bb2e-12b3-44b5-8f69-bfa7256760eb.png\"\u003e\n\n\n- Generate an Permanent Auth Tokens and use as `process.env.REACT_APP_CONTENT_API_TOKEN`\n\n\u003cimg width=\"371\" alt=\"Captura de Tela 2023-03-19 às 15 04 32\" src=\"https://user-images.githubusercontent.com/61896274/226197729-924da132-490d-4f6d-84bd-201fb54fa07b.png\"\u003e\n\n\n\n\u003ch4\u003eStart server\u003c/h4\u003e\n\n```\n  //in root\n  npm start\n```\n\n\u003ch2 id=\"contribute\"\u003e👩‍💻 Contribute\u003c/h2\u003e\n\nIf you want to contribute, clone this repo, create your work branch and get your hands dirty!\n\n```bash\ngit clone https://github.com/Fernanda-Kipper/text-editor.git\ngit checkout -b feature/NAME\n```\n\n At the end, open a Pull Request explaining the problem solved or feature made, if exists, append screenshot of visual modifications and wait for the review!\n\n[How to create a Pull Request](https://www.atlassian.com/br/git/tutorials/making-a-pull-request)\n\n[Commit pattern](https://gist.github.com/joshbuchea/6f47e86d2510bce28f8e7f42ae84c716)\n\n\n\u003ch2 id=\"license\"\u003e📃 License\u003c/h2\u003e\n\nThis project is under [MIT](./.github/LICENSE) license\n\n\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffernanda-kipper%2Ftext-editor","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ffernanda-kipper%2Ftext-editor","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffernanda-kipper%2Ftext-editor/lists"}