Frontend Introduction

Introduction

The code of frontend is located in ./frontend/ from the project's root directory.

Dependencies / Libraries

The frontend mainly relies on React.js and Material-UI library.

  • React.js: A JavaScript library for building user interfaces.
  • Material-UI: React components for faster and easier web development with Material Design.
  • mui-datatables: Datatables for Material-UI.

Custom built Library

  • Input Builder: A form library that isolates each field component and optimize overall performance.

Testing

There is no test implemented right now.