Recruitement project for Enjine
data | ||
src | ||
.editorconfig | ||
.firebaserc | ||
.gitignore | ||
angular.json | ||
firebase.json | ||
LICENSE | ||
package-lock.json | ||
package.json | ||
README.md | ||
tsconfig.json |
Table of Contents
About
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.
Demo
Website: TBD
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
Built With
Setup
Development
Prerequisites
Instructions
- Install the dependencies:
npm install
- Start the Angular server:
npm run start
- Open http://localhost:4200
License
Copyright © 2023 Zakary Timson | All Rights Reserved
See the license for more information.