Earnings Tracker

Learn about how I built my own expense and income tracker app

views

Introduction

Earnings tracker is a web application built primarily to track my income and expenses. I'm a student and can only work certain amount of hours per week and earn X amount per year legally in Belgium. Therefore, it was important for me to track my income to make sure I wasn't going over the limits. I also wanted to track my expenses to make sure I wasn't spending too much money.

Earnings Tracker dashboard
Earnings Tracker dashboard

Technologies

Earnings Tracker is built using Next.js and tRPC. I've never used tRPC before, but I've heard a lot of good things about it. tRPC is very easy to use, and it's very fast. I've also used TypeScript before, and It's a great language for building frontend web apps.

Full tech stack

  • Next.js
  • tRPC
  • ESLint & Prettier
  • TypeScript