A fully responsive and visually accurate recreation of the Bhagavad Gita webpage
as assigned by Burning Desire Inclusive.
This version includes a polished UI built with SvelteKit + TailwindCSS,
following the exact design aesthetics of the reference website.
https://sanskrit.ie/api/geeta.php?q={chapter}Example
https://sanskrit.ie/api/geeta.php?q=1Because the API doesnβt allow browser access, a custom SvelteKit endpoint was created:
src/routes/api/chapter/[chapter]/+server.js
src/
β
βββ lib/
β β
β βββ assets/
β β βββ logo.png
β β βββ logo1.png
β β βββ gita_banner.png
β β βββ gita_open.png
β β βββ pic1.jpg
β β βββ triangle-img.png
β β βββ (all project images)
β β
β β
β βββ api/geeta.js β API helper
β βββ components/ β UI components
β βββ assets/ β images
β βββ (future API integration files)
β
βββ routes/
β βββ api/chapter/[id]/+server.js β proxy
β βββ +page.svelte β home UI
β
β
βββ app.css
β
βββ app.html
---
1οΈβ£ Install dependencies
npm install
2οΈβ£ Start development server
npm run dev
3οΈβ£ Build for production
npm run build
π¨βπ» Developer Shubham Kendre Frontend Internship β Burning Desire Inclusive SvelteKit UI Development