tubearchivist/frontend
2025-02-18 22:24:55 +07:00
..
public DRAFT: Add Tubearchivist Frontend React dev docker setup (#768) 2024-08-11 00:53:50 +07:00
src fix custom playlist endpoints 2025-02-17 20:34:44 +07:00
.gitignore DRAFT: Add Tubearchivist Frontend React dev docker setup (#768) 2024-08-11 00:53:50 +07:00
.prettierignore run pre-commit on all 2025-01-06 21:08:51 +07:00
.prettierrc DRAFT: Add Tubearchivist Frontend React dev docker setup (#768) 2024-08-11 00:53:50 +07:00
eslint.config.js Fix eslint config 2025-01-06 19:04:41 +01:00
index.html run pre-commit on all 2025-01-06 21:08:51 +07:00
package-lock.json bump node packages 2025-02-18 22:24:55 +07:00
package.json Chore update frontend dependencies 2025-02-16 12:47:14 +01:00
README.md Add latest frontend folders to README.md 2025-01-31 18:04:02 +01:00
tsconfig.json Refac react frontend (#790) 2024-12-22 21:59:30 +07:00
tsconfig.node.json DRAFT: Add Tubearchivist Frontend React dev docker setup (#768) 2024-08-11 00:53:50 +07:00
vite.config.ts split between userConfig and userAccount 2025-02-13 21:43:01 +07:00

Tubearchivist Frontend React

Folder structure

src ┐
    ├───api
    │   ├───action    // Functions that do write (POST,DELETE) calls to the backend
    │   └───loader    // Functions that do read-only (GET,HEAD) calls to the backend
    ├───components    // React components to be used in pages
    ├───configuration // Application configuration.
    │   ├───colours   // Css loader for themes
    │   ├───constants // global constants that have no good place
    │   └───routes    // Routes definitions used in Links and react-router-dom configuration
    ├───functions     // Useful functions and hooks
    ├───pages         // React components that define a page/route
    └───stores        // zustand stores