GraphiQL is a playground/IDE for graphQL requests.
Demo: https://graphiql-ksv-rss.netlify.app/

- Allows you to send requests to any GraphQL server. By default, the code calls the Rick and Morty API (https://rickandmortyapi.com/graphql)
- Support authorization/authentication capabilities (by Firebase), to give access to the tool to only to authorized users.
- Localization into 2 languages
App contain:
- Welcome page
- User auth
- GraphiQL page with:
- request editor
- variables editor
- headers editor
- documentation explorer
- response section
- React 18
- Redux
- Firebase for Authentication
- TypeScript
- Vite
- i18next
- react-hook-form
- semantic layout
- private routes, 404 error page, error boundary
- React 18 + suspense feature