🐚 Shell Hacks 2024
💲 WealthWise AI
🗒️ Table of Contents
- 🤖 Introduction
- 🤝 Team
- ⚙️ Tech Stack
- 🛠️ Features
- 🏃♂️ Quick Start
🤖 Introduction
This mobile application leverages AI through the OpenAI API and Yahoo Finance API to deliver a personal financial advisor via an AI chatbot, helping clients manage their finances effectively. Additionally, it features a pie chart visualization for tracking monthly budgets based on user expenses and income, along with educational resources to enhance financial literacy.
🤝 Team
- Thomas Baratta (Backend)
- Jordan Robertson (Fullstack)
- Allison Brown (Frontend)
- Deividas Ilgunas (Backend)
⚙️ Tech Stack
- JavaScript
- TypeScript
- React Native
- Expo
- Node.js
- Express.js
- React.js
- Sqlite
🛠️ Features
- Modern User Interface: Fully functional and interactive user interface.
- AI Chatbot: Leverages AI to provide personalized advice through an interactive chatbox.
- Budget Visualization: Integrates a pie chart and line graph that visually represents a users' monthly budget.
- Expense Tracking: Automatically tracks expenses and income to provide better financial management.
🏃♂️ Quick Start
Prerequisites
Before you begin, make sure to install the following:
Installation
Clone the repository:
git clone https://github.com/tbaratta/WealthWise_AI.gitNavigate to the project directory:
cd WealthWise_AIInstall project dependecies using npm:
npm installCreate a new file named .env in the root of your project and add the following:
API_KEY=Visit Rapid API Website to replace the placeholder value with a new api key.
Load the emulator:
npx expo start i - ios a - android w - web

Log in or sign up for Devpost to join the conversation.