Bills on Track - Monthly Finance Management App
Bills on Track is a mobile application developed in React Native with Expo, using TypeScript. The app is designed to help users efficiently manage their monthly finances by tracking their monthly and daily expenses.
Technologies Used
- React Native: A popular JavaScript framework for building mobile applications.
- Expo: A platform that simplifies the development process by providing tools and services for building, deploying, and testing React Native apps.
- TypeScript: A typed superset of JavaScript that enhances the development experience and helps catch errors early.
Key Features
- Finance Summary: The main screen of the app displays a summary of the user's finances, including their current balance and monthly expenses.
- Monthly Expenses: Users can input their monthly expenses, such as bills, rent, and subscriptions, to keep track of their spending.
- Daily Expenses: Users can log their daily expenses, allowing them to monitor their spending habits and stay within their budget.
- Financial Insights: The app provides insights and visualizations to help users analyze their spending patterns and identify areas for improvement.
- Notifications and Reminders: Users can set up notifications and reminders for upcoming bill payments or budget goals to stay on track.
Getting Started
To run the Bills on Track app on your local machine, follow these steps:
- Clone the repository:
git clone https://github.com/mitchelson/bills-on-track.git
- Install dependencies:
cd bills-on-track
and run npm install
or yarn install
- Start the development server:
npx expo run:ios
or npx expo run:android
Note: Ensure you have Node.js and a compatible development environment set up before starting.
Screenshots
Contributing
Contributions to Bills on Track are welcome! If you find any issues or have suggestions for improvements, please feel free to open a new issue or submit a pull request. Make sure to follow the project's code of conduct.
License
The Bills on Track app is open source and released under the MIT License.
Contact
If you have any questions or inquiries, please contact the project maintainer at mitchelsonps@gmail.com.
Thank you for choosing Bills on Track for managing your monthly finances! We hope this app helps you stay on top of your expenses and achieve your financial goals.