React Test App

react-node application to demonstrate how to build end to end web app.

api: Provides API to connect with databse(MongoDB).

Client: User inerface to interact with backend

Dependencies/Framework/Concept used:

  1. Express - web application framework build on top of node.js
  2. React Router Dom - used for navigation in react application
  3. MongoDB - database
  4. MUI - library to build rich/beautiful user interface
  5. React Hooks - simple JavaScript functions that we can use to isolate the reusable part from a functional component.

Application Application-Error Application-Dialog Application-Success