Implementing Keycloak Authentication in SvelteKit
Explaining how to integrate Keycloak using Sveltekit as frontend.
Explaining how to integrate Keycloak using Sveltekit as frontend.
Tabunganku is updated to version 0.1.0
How to create transform Tabunganku frontend project into a Docker image and run it using docker compose
I have completed the implementation of most of the main page features. It can load recent transactions and create a pie chart based on these transactions. Furthermore, the page displays both the total earnings and expense of the day. There is one feature that I have not completed yet, and that is the ability to view transactions on a date other than the current date. Display Here’s what it looks like if there is available data: To ensure good accessibility, I use Accessible Colors to adjust the red and green text colors....
I designed both the Add Transaction and Add Category pages to be similar. Both pages utilize the form tag. Inside the form element, I created two columns to separate the label and the input fields. Svelte Directory Structure In Svelte, the directory represents the URL. For example, if a website has a page /foo/bar, we need to create a new directory in Svelte src/routes/foo/bar and create a +page.svelte and any other files needed....