Skip to content

Latest commit

 

History

History
30 lines (20 loc) · 1.13 KB

README.md

File metadata and controls

30 lines (20 loc) · 1.13 KB

Oasis Financial

Oasis Financial is a web application designed to help users manage their finances. Created in just 24 hours during a hackathon, this website allows users to track their spending, visualize their financial data, and receive stock investment recommendations.

Features

  • Expense Management: Track income and expenses with ease.
  • Visualizations: Interactive pie charts to help users visualize their spending and savings.
  • Stock Recommendations: Receive personalized advice on which stocks to invest in, based on current market trends.

Technologies Used

  • HTML, CSS, JavaScript
  • Chart.js (for visualizing financial data with pie charts)
  • Stock Market API (for stock recommendations)

How to Use

  1. Navigate to the website.
  2. Enter your income and expenses to generate a pie chart.
  3. Based on your financial profile, receive stock recommendations to make informed investment decisions.

Installation

To run the project locally, clone the repository and open the index.html file in your browser:

git clone https://github.com/your-username/oasis-financial.git
cd oasis-financial
open index.html