Skip to content
View Finpilot-frontend's full-sized avatar

Block or report Finpilot-frontend

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Maximum 250 characters. Please don't include any personal information such as legal names or email addresses. Markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
finpilot-frontend/README.md

FinPilot (Frontend)

FinPilot is an AI-powered financial planning assistant that helps users create personalized investment and savings strategies. This repository contains the frontend of the project, built with React, Material-UI, and TailwindCSS.

📌 Features

✅ Modern UI with Material-UI + Tailwind styling

✅ Landing page with onboarding form

✅ Chat interface with AI financial agent

✅ Dynamic financial plan cards & dashboards

✅ Simulation tabs for personalized planning

✅ Responsive design for mobile & desktop

🛠️ Tech Stacks used in this project:

React.js – UI framework

Material-UI (MUI) – UI components

Tailwind CSS – Styling & responsiveness

Context API – Global state management

Axios / Fetch – API requests to backend

🚀 Getting Started

1️⃣ Clone the repository

git clone https://github.com/your-username/finpilot-frontend.git cd finpilot-frontend

2️⃣ Install dependencies

npm install

3️⃣ Run the development server npm start

🔧 Available Scripts

npm start → Runs the app in development mode

npm run build → Builds the app for production

npm test → Launches test runner

npm run lint → Checks for linting errors (if configured)

🔗 Backend Integration

The frontend connects with the FinPilot backend API. Make sure the backend server is running before starting the frontend. Update the API base URL in services/api.js if needed.

#By_Team_Lumina

Popular repositories Loading

  1. finpilot-frontend finpilot-frontend Public

    🚀FinPilot is an AI-powered financial planning assistant that helps users generate personalized investment and savings strategies. The project features an interactive chat interface with an AI agent…

    JavaScript 4