Skip to content

dev-shetty/GitaVerse

Repository files navigation

GitaVerse

A browser extension, which gives a verse from Bhagavad Gita. (Future) Website for Bhagavad Gita

Tech Stack

  • Next.js
  • TypeScript
  • TailwindCSS

Setup the extension

To make the extension public, I have to pay for the $5 to sign up a developer account. So I have one alternative,

  1. Clone the project by running
git clone https://github.com/Deveesh-Shetty/GitaVerse.git
  1. Open the project in your desired editor, and create a .env file in the root folder of the project with the following data,
NEXT_PUBLIC_GITA_API_KEY = "Your API KEY"

The API key you can get from rapid API

  1. Now install the dependencies and build the extension locally using the commands
npm ci
npm run build:extension
  1. Once finished you will see an out folder that is created. The hard part is done now it's easy!

  2. Go to chrome://extensions/ in the browser and at the top-right turn on developer mode

  3. Once you turn on developer mode, you will get three options, click load unpacked

  4. Navigate to the folder where you have cloned the repository, select the out directory, and click select.

  5. You have Successfully installed the extension! You can see GitaVerse in the list of extensions.

GitaVerse Extension List

If you faced any problem, or error while following the steps, feel free to contact me and raise an issue. I am more than ready to help!

Plans

  • Have a website that displays the entire Bhagavad Gita in an ancient scripture like a webpage, which should feel like reading the epic itself. It would be great if someone designed it or gave some more ideas.
  • My current Idea: War theme, Golden, Blue, and Royal colors, and a script-roll opening animation when the viewer clicks the verse. Book opening animation when the viewer opens the chapter. -[x] Browser Extension will be just one part of the website (I have to figure out how to separate both the website and extension)

Open to contributions and suggestions! The project is still in the budding stage, and I would love to get help on this!!

Browser Extension Preview

GitaVerse Browser Extension