quran-svelte-vite Svelte Themes

Quran Svelte Vite

A simple quran web app built with svelte, svelte-query and vite

QURAN-SVELTE-VITE

license last-commit repo-top-language repo-language-count


Table of Contents


Project Structure

└── quran-svelte-vite/
    ├── README.md
    ├── index.html
    ├── package-lock.json
    ├── package.json
    ├── public
    │   ├── offline.html
    │   └── vite.svg
    ├── src
    │   ├── App.svelte
    │   ├── Layout
    │   ├── Views
    │   ├── app.css
    │   ├── components
    │   ├── config
    │   ├── lib
    │   ├── main.ts
    │   ├── offline.html
    │   ├── static
    │   ├── store
    │   └── vite-env.d.ts
    ├── svelte.config.js
    ├── tsconfig.json
    ├── tsconfig.node.json
    └── vite.config.ts

Project Index

QURAN-SVELTE-VITE/
__root__
tsconfig.node.json ❯ REPLACE-ME
package-lock.json ❯ REPLACE-ME
tsconfig.json ❯ REPLACE-ME
package.json ❯ REPLACE-ME
vite.config.ts ❯ REPLACE-ME
index.html ❯ REPLACE-ME
svelte.config.js ❯ REPLACE-ME
src
offline.html ❯ REPLACE-ME
main.ts ❯ REPLACE-ME
app.css ❯ REPLACE-ME
vite-env.d.ts ❯ REPLACE-ME
App.svelte ❯ REPLACE-ME
lib
segment.ts ❯ REPLACE-ME
pwa.ts ❯ REPLACE-ME
config
routes.ts ❯ REPLACE-ME
components
ScrollTop.svelte ❯ REPLACE-ME
NavHeader.svelte ❯ REPLACE-ME
SearchBar.svelte ❯ REPLACE-ME
Spinner.svelte ❯ REPLACE-ME
BookmarkCard.svelte ❯ REPLACE-ME
AyatCard.svelte ❯ REPLACE-ME
DoaCard.svelte ❯ REPLACE-ME
BacaDoaCard.svelte ❯ REPLACE-ME
SurahCard.svelte ❯ REPLACE-ME
store
store.ts ❯ REPLACE-ME
Views
Quran.svelte ❯ REPLACE-ME
ReadAyat.svelte ❯ REPLACE-ME
DoaHarian.svelte ❯ REPLACE-ME
Bookmark.svelte ❯ REPLACE-ME
Layout
Layout.svelte ❯ REPLACE-ME
public
offline.html ❯ REPLACE-ME

Getting Started

Prerequisites

Before getting started with quran-svelte-vite, ensure your runtime environment meets the following requirements:

  • Programming Language: Svelte
  • Package Manager: Npm

Installation

Install quran-svelte-vite using one of the following methods:

Build from source:

  1. Clone the quran-svelte-vite repository:

    ❯ git clone https://github.com/heyhadi/quran-svelte-vite
    
  2. Navigate to the project directory:

    ❯ cd quran-svelte-vite
    
  3. Install the project dependencies:

Top categories

Loading Svelte Themes