Ihsan Ramadhan · projects
Back to Projects

VoidFlow - Productivity & Finance Tracker

177 words 1 min read #express#ejs#prisma#mysql#tailwind#chartjs
Categories Campus

VoidFlow - Productivity & Finance Tracker

VoidFlow is a dashboard for daily productivity and personal finance. It combines notes, task management, and expense tracking in one place. The backend runs on Express.js with EJS templates and Prisma ORM for MySQL.

VoidFlow Dashboard Application Interface

Main Features

  • Personal Finance Tracking: Records daily expenses by amount and category (food, transportation, other).
  • Interactive Data Visualization: Chart.js renders monthly expense line charts and category doughnut charts on the main dashboard.
  • Digital Note Management: Full CRUD for personal notes in an organized list.
  • Task Management: Tracks daily tasks and activity priorities.
  • Responsive Interface: Tailwind CSS adapts the layout across screen sizes.

Tech Stack

  • Backend Framework: Express.js
  • Template Engine: EJS (Embedded JavaScript templating)
  • ORM: Prisma ORM
  • Database: MySQL
  • Data Visualization: Chart.js
  • Styling: Tailwind CSS