We welcome contributions to Expense Tracker! Follow these steps to get started.
- Fork the repository and clone it to your local machine.
- Create a branch for your feature or bug fix (
git checkout -b feature-name
). - Make changes and test thoroughly.
- Submit a pull request (PR) with a description of your changes.
- Follow consistent coding styles (e.g., using camelCase in JavaScript).
- Write clear and concise commit messages.
- Include comments where needed to explain complex code.
If you encounter bugs, please open an issue with detailed information.
Thank you for helping improve Expense Tracker!