React GraphQL APP

Simple Danske Bank style Web APP with input validation and GraphQL service from backend

React Libraries

using following llibraries:

  • @material-ui – As a main grid styling framework and adapting styles to Danske Bank
  • react-hook-form – for form validation
  • jest – for testing

GraphQL libraries

  • node – for building server
  • express – node framework for building server
  • express-graphql – GraphQL HTTP Server Middleware
  • graphql – query language
  • mongodb – MongoDB driver for Node.js
  • mongodb-memory-server – MongoDB database in memory

Accessibility

 

Source: https://github.com/arthur88/graphql-web-app

React mini projects