A modern web application for browsing and reading free books online, built with SvelteKit.
This application uses the following free and open APIs:
Install dependencies:
pnpm install
Start the development server:
pnpm dev
Open your browser and navigate to http://localhost:5173
# Start dev server
pnpm dev
# Build for production
pnpm build
# Preview production build
pnpm preview
src/
āāā routes/
ā āāā +page.svelte # Home page - books listing
ā āāā +page.ts # Load books data
ā āāā +layout.svelte # App layout
ā āāā Header.svelte # Navigation header
ā āāā book/
ā āāā [id]/
ā āāā +page.svelte # Book detail page with reader
ā āāā +page.ts # Load book details
MIT