Skip to content

Frontend — System Components Overview

This section documents the key system components used by the frontend application. It explains how Node.js, Vite, React and Material UI work together in this project and points to the detailed pages for each component.

Summary

  • Node.js: used for running the development server, build and test tooling. See NodeJS.md.
  • Vite: the build/dev tool that provides fast HMR and bundles production assets. See Vite.md.
  • React: the UI framework used to implement pages and components. See React.md.
  • Material UI: the component library and design system used across the UI. See Material_UI.md.