Logbook Frontend is a web application built using Svelte, a lightweight JavaScript framework for building fast and efficient web applications. This project provides a user-friendly interface for managing logbook entries, allowing users to track and analyze their activities.
npm install
npm run dev
or npm run dev -- --open
# or start the server and open the app in a new browser tabnpm run build
src
: Source code for the applicationsrc/routes
: Route definitions for the applicationsrc/components
: Reusable UI componentssrc/stores
: Global state management using Svelte storessrc/types
: Type definitions for the applicationstatic
: Static assets (e.g. images, fonts)This project is licensed under the MIT License. See the LICENSE file for details.