A progressive web application version of BioCollect, built with React
Some of the NPM packages used by this project are:
- axios: HTTP requests
- mantine: UI component library / styling
- react-oidc-context: OpenID authentication
- react-router-dom: Client-side routing
As this application is a demonstration (and not indicative of a final product), Mantine is a great choice to quickly prototype UI.
The recommended IDE for this project is Visual Studio Code, with the following extensions:
Setup VSCode to format on save using this guide.