skip to content
Project Novel Reader App

Fool Translations

Novel Reader App

Personal Project

--
sveltekittailwindshadcnuihonosqlite

Short Explanation

This project is a Novel Reader app built using two separate projects: a frontend and a backend. The frontend is built with Sveltekit, while the backend is built with Hono and SQLite. The app allows users to read novel chapters, receive notifications for new chapters of novels they follow, rate novels, and follow or subscribe to novels. Also both projects are hosted on Cloudflare.

  • 🔒 Implement secure user registration and authentication.

  • 📔 Enable users to read novel chapters seamlessly.

  • 🔔 Provide notifications for new chapters of followed novels.

  • ❤️ Allow users to rate novels they enjoy.

  • 👥 Facilitate following and subscribing to favorite novels.

Project Goals

  • Build a user-friendly interface for reading novels.
  • Ensure fast and reliable performance using modern web technologies.
  • Provide a seamless experience across devices.

Tech Stack Used

This project uses a range of technologies & libraries, including:

  • Svelte-kit: Used as the frontend framework, providing server-side rendering, easy routing, and optimized builds.

  • Hono: Used as the backend framework for building the API.

  • Tailwind CSS: Used as the main styling framework to rapidly build and style UI components.

  • Bits UI (Radix UI): Used for UI components.

  • Tiptap: Used as the text editor.

  • Cloudflare: Used for hosting the project, both frontend and backend.