Skip to content

Code Structure

The repository follows a structured layout to separate concerns and make collaboration easier.

Terminal window
.
├── API-Documentation.md
├── CONTRIBUTING.md
├── README.md
├── _mocks_
├── coverage
├── clover.xml
├── coverage-final.json
├── lcov-report
└── lcov.info
├── fix-eslint.sh
├── index.html
├── package-lock.json
├── package.json
├── proxy
├── package.json
└── proxy-server.js
├── public
├── favicon.ico
├── login.png
├── loginClubs.png
├── logo192.png
├── logo512.png
├── manifest.json
├── network.png
└── robots.txt
├── server
├── index.js
├── package-lock.json
├── package.json
├── routes
└── tests
├── settings.json
├── src
├── App.css
├── App.jsx
├── App.test.jsx
├── components
├── images
├── index.css
├── index.jsx
├── logo.svg
├── reportWebVitals.js
├── setupTests.js
├── styles
└── supabaseClient.js
├── staticwebapp.config.json
├── terrestrial-trappist
└── vite.config.js
14 directories, 35 files