diff --git a/README.md b/README.md index 6e3ee1618..dcf03c23d 100644 --- a/README.md +++ b/README.md @@ -7,16 +7,15 @@ Live Demo

+ - Build Status - + Build Status - License: AGPL v3 - + License: AGPL v3

-**Ghostfolio** is an open source portfolio tracker. The software empowers busy folks to have a sharp look of their financial assets and to make solid, data-driven investment decisions by evaluating automated static portfolio analysis rules. +**Ghostfolio** is an open source portfolio tracker based on web technology. The software empowers busy folks to have a sharp look of their financial assets and to make solid, data-driven investment decisions by evaluating automated static portfolio analysis rules. ## Why Ghostfolio? @@ -43,10 +42,13 @@ Ghostfolio is for you if you are... ## Features - ✅ Create, update and delete transactions +- ✅ Multi account management - ✅ Portfolio performance (`Today`, `YTD`, `1Y`, `5Y`, `Max`) - ✅ Various charts - ✅ Static analysis to identify potential risks in your portfolio - ✅ Dark Mode +- ✅ Zen Mode +- ✅ Mobile-first design ## Technology Stack @@ -54,11 +56,11 @@ Ghostfolio is a modern web application written in [TypeScript](https://www.types ### Backend -The backend is based on [NestJS](https://nestjs.com) using [PostgreSQL](https://www.postgresql.org) as a database and [Redis](https://redis.io) for caching. +The backend is based on [NestJS](https://nestjs.com) using [PostgreSQL](https://www.postgresql.org) as a database together with [Prisma](https://www.prisma.io) and [Redis](https://redis.io) for caching. ### Frontend -The frontend is built with [Angular](https://angular.io). +The frontend is built with [Angular](https://angular.io) and uses [Angular Material](https://material.angular.io) with utility classes from [Bootstrap](https://getbootstrap.com). ## Getting Started