React - acm-mu/abacus GitHub Wiki

Abacus uses React for the frontend UI.

Where can I find it?

Abacus's react components are found within the frontend/src folder.

What are some important files to understand?

The root App.tsx file, as well as all TSX files within the frontend/src/pages folder. The former sets up the general structure for the site, whereas the latter is how we set up each page within the site.