svelte-expense-tracker Svelte Themes

Svelte Expense Tracker

A simple expense tracker app build using Svelte JS

Expense Tracker

Open terminal and run

npm i
npm run dev -- --open

Activity

Let's build an expense tracker app with three fields named Category, Expense Date and add an amount field input and implement validation so that the input value must fall within the specific range. Ensure that the input value is printed to the console.

Top categories

Loading Svelte Themes