A simple expense tracker app has built with Vue.js framework, Typescript and more. The app allows users to manage their expenses and vizualize the data on chart.
Demo video: Link
- Allow user to create, read, update and delete expense items
- 100% written in TypeScript
- Local Storage has been used to store data
- Vue.js framework is used to create the frontend application
- Clone the repository
- Run
npm installcommand in your terminal - Run
npm run devcommand in your terminal - Server running at
http://localhost:5173/
- Vite static deploy to GitHub as GitHub Pages with GitHub Actions