{"id":19959952,"url":"https://github.com/quiddlee/graphiql-app","last_synced_at":"2026-04-08T21:32:37.401Z","repository":{"id":216009497,"uuid":"727770950","full_name":"Quiddlee/graphiql-app","owner":"Quiddlee","description":"⚛️ GraphiQL — The Rolling Scopes School React | Final Task","archived":false,"fork":false,"pushed_at":"2024-01-17T17:23:52.000Z","size":10405,"stargazers_count":2,"open_issues_count":2,"forks_count":0,"subscribers_count":1,"default_branch":"develop","last_synced_at":"2025-10-26T13:43:25.898Z","etag":null,"topics":["code-mirror","framer-motion","graphiql-ide","graphql","material-design-3","material-web","material-you","react-router","reactjs"],"latest_commit_sha":null,"homepage":"https://quiddlee.github.io/graphiql-app/","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/Quiddlee.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":"2023-12-05T14:41:44.000Z","updated_at":"2025-09-20T21:09:19.000Z","dependencies_parsed_at":"2024-01-17T19:26:13.555Z","dependency_job_id":null,"html_url":"https://github.com/Quiddlee/graphiql-app","commit_stats":null,"previous_names":["quiddlee/graphiql-app"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/Quiddlee/graphiql-app","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Quiddlee%2Fgraphiql-app","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Quiddlee%2Fgraphiql-app/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Quiddlee%2Fgraphiql-app/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Quiddlee%2Fgraphiql-app/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Quiddlee","download_url":"https://codeload.github.com/Quiddlee/graphiql-app/tar.gz/refs/heads/develop","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Quiddlee%2Fgraphiql-app/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31575593,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-08T14:31:17.711Z","status":"ssl_error","status_checked_at":"2026-04-08T14:31:17.202Z","response_time":54,"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":["code-mirror","framer-motion","graphiql-ide","graphql","material-design-3","material-web","material-you","react-router","reactjs"],"created_at":"2024-11-13T01:52:33.451Z","updated_at":"2026-04-08T21:32:37.366Z","avatar_url":"https://github.com/Quiddlee.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# ⚛️ GraphiQL App\n\n🦥 RS-School React Final Task.\n\n***GraphiQL:** Your interactive GraphQL IDE, empowering website development with syntax highlighting, autocompletion, and dynamic documentation 🤩.*\n\n**Deployed project preview - [GraphiQL](https://quiddlee.github.io/graphiql-app/#) 👀**\n\n# Getting Started 🚀\nTo run our project locally, you would have to download zip file with our repository or clone it to your computer. ✨\n\n## Setup and Running ⚠️\n\nWhat things do you need to do in order to run our project locally? 🤔\n\n* Use node 18.x or higher. ⚡\n* Installed [.git](https://git-scm.com/) on your computer. ✌️\n* Code Editor of your choice. 📝\n* Installed [npm](https://www.npmjs.com/). 📦\n\n## Installation And Preparation 🔮\n\nFirst make sure you have all the things listed in the previous section. Then clone our repository to your computer: 👌\n\n```\ngit clone https://github.com/Quiddlee/graphiql-app.git\n```\n\nor download zip file manually with our repository.\n\nNavigate into project folder and run 📦:\n\n```\nnpm install\n```\n\nFinally run a development server: 🤩\n```\nnpm run dev\n```\nAaaaand you're done! 🎉🥳\n\n# Features 😍\n![img.png](public/img.png)\n\n![img_1.png](public/img_1.png)\n\n![img_2.png](public/img_2.png)\n\n![img_3.png](public/img_3.png)\n\n## Available Scripts 🥑\n\nHere you can find all the scripts that are available in our project. 🦚\n\nLint the App with **ESlint**: ✅\n\n```\nnpm run lint\n```\n\nFormat the App with **Prettier**: 🧹\n\n```\nnpm run prettier:fix\n```\n\nType check the App with **TypeScript**: 🦁\n\n```\nnpm run type-check\n```\n\nInstall **Husky** to enable pre-commit hooks: 🎣\n\n```\nnpm run prepare\n```\n\nRun unit-tests with  **Vitest**: 🧪\n\n```\nnpm run test\n```\n\nRun unit-tests coverage with  **Vitest**: 🧪\n\n```\nnpm run coverage\n```\n\n**Build** project for production: 🎁\n\n```\nnpm run build\n```\n\n**Preview** the **production build** locally: 👀\n\n```\nnpm run preview\n```\n\n# Technology Stack ⚙️\n\n## Developing 🦈\n* **React.js** - The Web Framework used 💘\n* **React** Router Dom - The Router 📍\n* **TypeScript** - The Language 💖\n* **Tailwind** - The CSS Framework 🍃\n* **Vite** - The Bundler 📦\n* **Material**/web - Material Design Web Components 💫\n* **Firebase** - The Backend tooling 🔥\n\n## Code Quality 🧹\n* **Vitest** - The Test Runner 🧪\n* **Testing** Library - The Testing Framework 🫂\n* **React Testing Library** - The Testing Framework 🫂\n* **ESLint** — Air-bnb base - The Linter 🔔\n* **Prettier** - The Code Formatter 👏\n* **Husky** - The Pre-commit Hooks 🪝\n* **Lint Staged** - The Pre-commit Hooks Config 🦚\n* **EditorConfig** - The Code Style Enforcer 😎\n* **Clsx + Tailwind Merge** - The Tailwind Classnames Resolver 🎨\n\n## External Libraries 📚\n* **Yup** - The Form Validation Schema Builder 🏛️\n* **React Hook Form** - The Form Library 📑\n* **Framer** Motion - The Animation Library 😍\n* **Codemirror** - The Code Editor 📝\n* **Overlayscrollbars** - The Custom Scrollbar 📜\n* **React Toastify** - The Toast Library 🍞\n\n# App Design Guideline 🎨\n\nThe app is using the **Material Design 3** System aka **Material You**.\n\n* **Figma** - The Design Tool 🎨\n* **Design File** - [link](https://www.figma.com/file/2bUMq5pE5L91lJWB9S1jAX/GraphiQL-App-%F0%9F%9A%80?type=design\u0026node-id=0%3A1\u0026mode=design\u0026t=v3gBWbiLESRO53BN-1)\n\n![img_4.png](public/img_4.png)\n\n# Core Development Team 👨‍💻\n\n### **Bohdan Shcherbyna 🦁**\n\n*Front-end. UI/UX Design.*\n\n\u003cimg height=\"400px\" src=\"public/img_5.png\"\u003e\n\n### Contact 👋:\n* Email - ```bogdanscherbinadev@gmail.com``` 📬\n* Linkedin - [Bohdan Shcherbyna](https://www.linkedin.com/in/quiddle/) ✒️\n* Telegram - [@Quiddle](https://t.me/quiddle) 📱\n* GitHub - [Quiddlee](https://github.com/Quiddlee) 🦉\n\n#\n\n### **Oleksii Drohachov** 🦈\n*Front-end. Back-end.*\n\n\u003cimg height=\"400px\" src=\"public/img_6.png\"\u003e\n\n### Contact 👋:\n* Email - ```asdrogachev@gmail.com``` 📬\n* Linkedin - [Oleksii Drohachov](https://www.linkedin.com/in/oleksii-drohachov-b127a9245/) ✒️\n* Telegram - [@Tedzury](https://t.me/tedzury) 📱\n* GutHub - [Tedzury](https://github.com/Tedzury) 🦉\n\n#\n\n### **Harry Holubiev** 🐲\n*Front-end.*\n\n\u003cimg height=\"400px\" src=\"public/img_7.png\"\u003e\n\n### Contact 👋:\n* Email - ```queharambe@gmail.com``` 📬\n* GitHub - [barrydilan](https://github.com/barrydilan) 🦉\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fquiddlee%2Fgraphiql-app","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fquiddlee%2Fgraphiql-app","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fquiddlee%2Fgraphiql-app/lists"}