Web Frontend of Lumilio-Photos
Tech Stack
- React
- TypeScript
- Vite
- Tailwind CSS (DaisyUI)
- Web Assembly
Project Overview
This project is the web frontend for Lumilio Photos, a photo management and machine learning service. It provides a user interface for interacting with the machine learning services
Custom Hooks
custom hooks are under src/hooks
directory, which are used to encapsulate logic that can be reused across components.
Custom Components
custom components are under src/components
directory, which are reusable UI components that can be used across different pages.
Contexts
contexts are under src/contexts
directory, which are used to manage global state and provide it to the components.
Web Assembly
Web Assembly files are under src/wasm
directory, which is used to encapsulate the logic of the web assembly module.
Services
services are under src/services
directory, which are used to interact with the backend services.
Web Workers
Web Workers are under src/workers
directory, which are used to run background tasks without blocking the main thread.