An expense tracker is a tool or application designed to help individuals and businesses keep track of their spending. It allows users to record and categorize their expenses, analyze spending habits, and manage their finances more effectively.
Steps to run this website in your local machine is as follows :
- Fork this repository
- Save the code on your local machine you can also clone the repository
- Open terminal
- Run following commands in the terminal :
- npm install
- npm run dev
- Make sure you have installed node js before entering these code in the terminal