Skip to content

GraphQL browser plugin clone with additional features, team project

Notifications You must be signed in to change notification settings

elian-cheng/graphiql-app

 
 

Repository files navigation

GraphiQL App (Team Project)

GraphiQL is a playground/IDE for graphQL requests. The app contains:

  • Welcome page
  • User auth
  • Localization
  • GraphiQL page with:
  1. request editor
  2. variables editor
  3. headers editor
  4. documentation explorer (lazy-loaded)
  5. response section

Deploy

https://elian-cheng-graphiql.netlify.app/

Developers:

Install instructions:

1. git clone https://github.com/elian-cheng/graphiql-app.git
2. cd graphiql-app
3. git checkout develop
4. npm i
5. npm run dev

Used technologies

  • React
  • TypeScript
  • React Router
  • React Context
  • Redux, Redux Toolkit
  • MUI, SCSS
  • GraphQL
  • Eslint, Prettier
  • i18next
  • react-hook-form, yup
  • codemirror

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 87.2%
  • SCSS 12.1%
  • HTML 0.7%