A dashboard to add and view your expenses and how much you have spent in each category. Also allows users to add investments which who's value is updated in real-time utilizing a 3rd party stock market API and renders a piechart to showcase the portfolio diversity of the user.
Table of Contents
A dashboard to view your expenses, the value of your investments and the diversity of your portfolio.
Ensure you have the latest version of NodeJS and npm installed. This project uses Vite so some of the commands you may be used to would be different.
- Get a free API Key at Supabase
- Clone the repo
git clone https://github.com/aghilann/Finance-Tracker.git
- Install NPM packages
npm install
- Enter your API in
config.jsconst API_KEY = 'ENTER YOUR API';
- Navigation Bar
- Implented Auth via Supabase Auth
- Added Light and Dark Mode functionality using Mantine
- Select a global color scheme
- Expenses
- Viewing Total's for Expense Categories
- Created a rendering of the Expense Table
- Added ability for user's to add Expenses
- Investments
- Added the ability for User to add stock investments and their number of holdings
- Implemented Autocomplete Functionality for stocks
- Used React Query to fetch latest stock prices from Yahoo Finance API
- Created Grid of Cards displaying the latest value of each Stock
- Visualized Portfolio Diversity using a Piechart from ReCharts
- Finance News
- Used React Query to receive data from Microsft Azure News API display the headlines with the author, thumbnail and preview.
See the open issues for a full list of proposed features (and known issues).
Contributions are what make the open source community such an amazing place to learn, inspire, and create. Any contributions you make are greatly appreciated.
If you have a suggestion that would make this better, please fork the repo and create a pull request. You can also simply open an issue with the tag "enhancement". Don't forget to give the project a star! Thanks again!
- Fork the Project
- Create your Feature Branch (
git checkout -b feature/AmazingFeature) - Commit your Changes (
git commit -m 'Add some AmazingFeature') - Push to the Branch (
git push origin feature/AmazingFeature) - Open a Pull Request
Distributed under the MIT License. See LICENSE.txt for more information.
Aghilan Nathan - [email protected]