Skip to content

marushikashukla/rup.ai.ya

 
 

Repository files navigation

rup.AI.ya

This is the SIMPLEST expense tracker that you or any Indian could ever ask for!

Setup Steps:

• Uses a GROQ-API for a web assistant & Google Client ID for O-Auth

• Clone the project and create a .env file in your root directory and paste them with these names:

  • VITE_GROQ_API_KEY
  • VITE_GOOGLE_CLIENT_ID
  • VITE_REDIRECT_URI=http://localhost:8080/auth/callback

npm install

npm run dev

And your savings go boom! 💥

PLEASE NOTE:

• Authentication for this branch has been done on purely frontend using Google's OAuth PKCE(Proof Key for Code Exchange) flow, which involves client secret passing and not recommended for sensitive endpoints. This is suitable for SPAs.

About

The expense tracker that India needs

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 98.6%
  • Other 1.4%