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.
- 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.
- HTML, CSS, JavaScript
- Chart.js (for visualizing financial data with pie charts)
- Stock Market API (for stock recommendations)
- Navigate to the website.
- Enter your income and expenses to generate a pie chart.
- Based on your financial profile, receive stock recommendations to make informed investment decisions.
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