FinanceGPT is a comprehensive financial information tool designed to provide users with real-time stock data, curated articles, and AI-driven assistance for financial queries. Whether you're a novice or an experienced finance professional, FinanceGPT aims to empower you with the necessary tools and information for informed decision-making in the dynamic world of finance.
| Fullstack |
Frontend: - Live Link
my-app/
├─ node_modules/
├─ public/
├─ src/
│ ├─ assets/
│ ├─ components/
│ ├─ pages/
│ ├─ routes/
│ ├─ util/
│ ├─ index.js
├─ .env
├─ .gitignore
├─ package.json
├─ package.lock.json
├─ tailwind.config.json
Video Walkthrough of the project =>- Drive-Link
- Real-time Stock Data: Get up-to-date stock information with real-time data.
- Curated Articles: Access curated articles related to finance and investment.
- AI-driven Assistance: Utilize AI to get assistance with financial queries.
- Mobile-First Design: The application is designed with a mobile-first approach for accessibility.
- User-Friendly Interface: Prioritizing a clean and intuitive user interface for ease of use.
- Clone the repository.
- create .env file. Add your own
openAPI key
andreal time finance data API
. - Start the frontend: npm run start (in the frontend directory).
- Visit the deployed frontend link and explore the various features.
- for real time Stocks data: RapidAPI for real-time stock data.
- OpenAI: OpenAI GPT-3 API for AI-driven assistance.
- GET /api/stocks - Retrieve real-time stock data.
- GET /api/articles - Get curated articles.
- POST /api/query - Submit financial queries for AI assistance.
- Frontend: React.js
- design: tailwind css
- External APIs: RapidAPI, OpenAI GPT-3
Discover up-to-date stock information with our intuitive Stocks Data Page.
Delve deeper into stock details on our Stocks Details Page.
Stay updated with the latest financial news on our Stocks News Page.
Get insightful analysis of financial news on our Stocks News Analysis Page.
Quickly grasp the essence of stock articles with our Stock Article Summary Page.
Empower your financial decisions with AI-driven assistance on our OpenAI Financial Query Assistance Page.