⬅️ Back

Catatan Kas (cash notes)

React Js Vite Typescript Tailwind CSS

Cash notes is a web-based application whose function is simple, namely to record incoming and outgoing money. In addition to recording finances, you can also filter or sort based on the selected month and also based on income or expenses.

For access via this link👉catatan-kas-web.vercel.app

For data storage using local storage on the browser so that the data is stored on the user side. There are features to export and import data to excel files (xlsx) and other features found in the sidebar menu, can be seen in the image below.

menu pada catatan kas

The technology I use to make it is React Js because it does not require action to an external database or server, other than to access the page. And also because it works from the Client Side, the selection of React Js is suitable for this, for styling using Tailwind CSS to speed up the UI creation process.

Why did I make it?

This project was created as an exercise and to help those who need financial records, because it is web-based, it can be accessed via any device that has a browser.