While applying for a contract with Enjine, I was paid to create a sample program for comparing Electronically Traded Funds (ETF) files.
Using Angular, a user can upload two different CSV files & compare the differences using graphs.
This project was deployed using Firebase.
Website: https://etf.zakscode.com
Demo CSV Files:
- data/Holding_details_FTSE_Canada_All_Cap_Index_ETF_(VCN).csv
- data/Holding_details_FTSE_Canada_Index_ETF_(VCE).csv
- data/Holding_details_FTSE_Canadian_Capped_REIT_Index_ETF_(VRE).csv
- Run the docker image:
docker run -p 80:80 git.zakscode.com/ztimson/etf:latest
- Open http://localhost
- Install the dependencies:
npm install
- Start the Angular server:
npm run start
- Open http://localhost:4200
Copyright © 2023 Zakary Timson | All Rights Reserved
See the license for more information.