Skip to content

Latest commit

 

History

History
28 lines (21 loc) · 565 Bytes

README.md

File metadata and controls

28 lines (21 loc) · 565 Bytes

AniPortfolio

A simple WebApp to track and manage your finantial portfolio and allocations. You can visualize your portfolio and allocations both graphically and in table format. You can categorize your investments and set expected returns per category. This will calculate your overall portfolio expectations and show visually in a drill down manner. Built with Angular and Firebase.

Local Development

npm install
npm start

Deploy Preview

npm run build
npm run preview

Build and Deploy in Prod

npm run build
npm run deploy