An open API service indexing awesome lists of open source software.

https://github.com/dev-emekaa/pennysmart

AI-driven financial manager, offering personalized budgeting and expense tracking solutions to improve financial management.
https://github.com/dev-emekaa/pennysmart

clerk-auth gemini-ai javascript nextjs shadcn-ui tailwind-css

Last synced: 3 months ago
JSON representation

AI-driven financial manager, offering personalized budgeting and expense tracking solutions to improve financial management.

Awesome Lists containing this project

README

          





PennySmart Banner




nextdotjs
javascript
tailwindcss

PennySmart


AI Personal Finance Assistant with Expense Tracking, Budget Planning, and Personalised Financial Insights.

## 📋 Table of Contents

1. [About](#about)
2. [Tech Stack](#tech-stack)
3. [Features](#features)
4. [Quick Start](#quick-start)

## About

PennySmart is the AI personal financial assistant you most certainly need. It helps you track your spending, stick to your budgets, set and reach your financial goals, as well as get personalized insights to help you make better financial decisions.

## Tech Stack

- Next.js
- JavaScript
- Google GEMINI-AI API
- Tailwind CSS
- Shadcn-ui

## Features

- **Income and Expense Input**: Allows users to input their income and expenses.

- **Budget Management**: Enables users to manage their budgets effectively.

- **Personalized Financial Advice**: Provides detailed financial advice based on user-specific financial data using Googles GEMINI-AI API.

- **Data Visualisation and Metrics**: Provides various financial metrics like total income, expenses, budget amount and also provides an Interactive Chart for better visualisation of users Financial Data.

## Quick Start

Follow these steps to set up the project locally on your machine.

**Prerequisites**

Make sure you have the following installed on your machine:

- [Git](https://git-scm.com/)
- [Node.js](https://nodejs.org/en)
- [npm](https://www.npmjs.com/) (Node Package Manager)

**Cloning the Repository**

```bash
git clone https://github.com/dev-emekaa/PennySmart.git
cd PennySmart
```

**Installation**

Install the project dependencies using npm:

```bash
npm install
```

**Set Up Environment Variables**

Create a new file named `.env` in the root of your project and add the following content:

```env
NEXT_PUBLIC_CLERK_PUBLISHABLE_KEY=
CLERK_SECRET_KEY=

NEXT_PUBLIC_CLERK_SIGN_IN_URL=
NEXT_PUBLIC_CLERK_SIGN_UP_URL=

NEXT_PUBLIC_GOOGLE_GEMINIAI_API_KEY=
NEXT_PUBLIC_DATABASE_URL=

```

**Running the Project**

```bash
npm run dev
```

Open [http://localhost:3000](http://localhost:3000) in your browser to view the project.