react-node application to demonstrate how to build end to end web app.
Dependencies/Framework/Concept used:
- Express - web application framework build on top of node.js
- React Router Dom - used for navigation in react application
- MongoDB - database
- MUI - library to build rich/beautiful user interface
- React Hooks - simple JavaScript functions that we can use to isolate the reusable part from a functional component.