https://github.com/vintuss/inpenso
A modern iOS expense tracker that helps you monitor spending habits with beautiful analytics and budget management.
https://github.com/vintuss/inpenso
analytics budget-app data-visualization expense-tracker ios mobile-app personal-finance productivity swift swiftui tools
Last synced: 5 months ago
JSON representation
A modern iOS expense tracker that helps you monitor spending habits with beautiful analytics and budget management.
- Host: GitHub
- URL: https://github.com/vintuss/inpenso
- Owner: VintusS
- License: mit
- Created: 2025-04-27T09:35:16.000Z (5 months ago)
- Default Branch: main
- Last Pushed: 2025-05-04T18:16:31.000Z (5 months ago)
- Last Synced: 2025-05-07T02:07:16.140Z (5 months ago)
- Topics: analytics, budget-app, data-visualization, expense-tracker, ios, mobile-app, personal-finance, productivity, swift, swiftui, tools
- Language: Swift
- Homepage:
- Size: 4.54 MB
- Stars: 5
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
README
# Inpenso
![]()
A modern, intuitive expense tracker for iOS that helps you monitor spending, set budgets, and visualize your financial habits through beautiful analytics.
## Features
- 📊 **Smart Analytics**: Visualize your spending patterns by category, month, and trends
- 💰 **Budget Management**: Set monthly budgets and track your progress
- 🔔 **Home Screen Widgets**: Monitor your expenses directly from your home screen
- 📱 **iOS Integration**: Clean SwiftUI design that follows Apple's HIG
- 🔄 **Siri Shortcuts**: Add expenses quickly with voice commands
- 🔒 **Privacy-Focused**: All your data stays on your device## Screenshots
![]()
![]()
![]()
## Requirements
- iOS 16.0+
- Xcode 15.0+
- Swift 5.9+## Installation
1. Clone the repository:
```bash
git clone https://github.com/VintusS/Inpenso.git
```2. Open `Inpenso.xcodeproj` in Xcode.
3. Build and run the app on your iOS device or simulator.
## Architecture
Inpenso follows the MVVM (Model-View-ViewModel) architecture pattern:
- **Models**: Data structures representing expenses, categories, and budgets
- **Views**: SwiftUI views for user interface
- **ViewModels**: Business logic that connects models to views
- **Services**: Handles data persistence and shared functionalities## Contributing
Contributions are welcome! If you'd like to contribute, please follow these steps:
1. Fork the repository
2. Create your feature branch (`git checkout -b feature/amazing-feature`)
3. Commit your changes (`git commit -m 'Add some amazing feature'`)
4. Push to the branch (`git push origin feature/amazing-feature`)
5. Open a Pull RequestPlease read the [CONTRIBUTING.md](CONTRIBUTING.md) for details on our code of conduct and the process for submitting pull requests.
## License
This project is licensed under the MIT License - see the [LICENSE](LICENSE) file for details.
## Acknowledgments
- Thanks to all contributors who have helped shape Inpenso
- Icons provided by SF Symbols
- Inspiration from other personal finance apps## Contact
Dragomir Mindrescu - [@VintusS](https://github.com/VintusS)
Project Link: [https://github.com/VintusS/Inpenso](https://github.com/VintusS/Inpenso)
## Topics
ios swift swiftui expense-tracker personal-finance budget-app analytics data-visualization mobile-app productivity tools