expenses tracker is a simple website that allows you to keep track of your expenses and give you an overall view about what you are spending money on
To install ExpenseTracker, follow these steps:
- Clone the repository:
git clone https://github.com/Subhi-Sh/ExpenseTracker.git
2.Install dependencies:
# with npm
npm install
# or with yarn
yarn
- Start the server
npm run dev
Open your browser and navigate to http://localhost:5173.
Contributions are welcome! Please follow these steps to contribute to ExpenseTracker:- Fork the repository
- Create a new branch (git checkout -b feature)
- Make your changes
- Commit your changes (git commit -am 'Add new feature')
- Push to the branch (git push origin feature)
- Create a new Pull Request