Frontend of the tiny budgeting app using sveltekit and tailwind
# get the repo
git clone github.com/t3mp14r3/finz-app && cd finz-app
# resolve dependencies
npm install
# run and open in browser
npm run dev -- --open
For suggesting changes and improvements, please fork the repository, make your changes in the develop
branch create a pull request. Thanks!