bonds-calculator is an web application with backend driven in Scala to compare performance of polish bonds for specific time period with custom inflation every year. The application is designed to provide a clear overview of investment details with seamless and efficient user experience.
- Full performance: Determine performance of all bonds for specific time period.
- Detailed performance: Detailed information for every bond month by month.
- Custom inflation: Include custom inflation into calculations every year.
- Functional UI: Minimalistic charts and custom color themes make app easy to use.
- Backend - Scala, Play Framework
- Frontend - React.js, CSS
- Development Enviroment - IntelliJ IDEA, Visual Studio Code
Clone repository
git clone [email protected]:krudny/bonds-calculator.git
Starting backend
cd bonds-calculator
sbt run
Starting frontend
cd bonds-calculator/ui
npm install
npm run dev
Procced to http://localhost:5173/start in browser.