Skip to content
Snippets Groups Projects
Commit b0fb65ab authored by Victor Löfgren's avatar Victor Löfgren
Browse files

Add file structure section to client overview

parent 3146b538
No related branches found
No related tags found
1 merge request!159Resolve "Documentation"
# Client overview # Client overview
The client is the main part of the system.
It is divided into 4 parts: login, admin, presentation editor and active competitions (presentations).
The presentations is also further divided into four different parts: operator view, audience view, team view and judge view.
## File structure
All of the actual pages in the system is stored in the `client/src/pages/` folder.
For each of the different parts there is a corresponding file that ends in Page, for example `JudgeViewPage.tsx` or `LoginPage.tsx`.
This is the main file for that page.
All of these pages also has their own and shared components, in the folder relative to the page `./components/`.
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment