https://github.com/potakaaa/expense-tracker_mobile
A very simple mobile expense tracker application built using React Native.
https://github.com/potakaaa/expense-tracker_mobile
Last synced: 12 months ago
JSON representation
A very simple mobile expense tracker application built using React Native.
- Host: GitHub
- URL: https://github.com/potakaaa/expense-tracker_mobile
- Owner: potakaaa
- Created: 2024-07-10T07:40:02.000Z (almost 2 years ago)
- Default Branch: master
- Last Pushed: 2024-07-30T09:58:39.000Z (almost 2 years ago)
- Last Synced: 2025-06-04T21:21:23.971Z (about 1 year ago)
- Language: JavaScript
- Homepage:
- Size: 1.47 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 📱💸 Expense Tracker Mobile
Welcome to the **Expense Tracker Mobile** app! 🚀 This is a very simple expense tracker application built using **React Native**. As a beginner in both JavaScript and React Native, this project is a stepping stone to gain more knowledge and experience in these technologies. 🌱
## 🌟 Features
- 📋 **Track Expenses**: Easily add, edit, and delete expenses.
- 📈 **Overview**: Get a quick overview of your total expenses.
- 🔄 **Real-time Updates**: Automatically updates the list when you add or remove expenses.
## 📦 Installation
To run this app on your local machine, follow these steps:
1. **Clone the repository**:
```bash
git clone https://github.com/potakaaa/expense-tracker_mobile.git
```
2. **Navigate to the project directory**:
```bash
cd expense-tracker_mobile
```
3. **Install dependencies**:
```bash
npm install
```
4. **Run the app**:
```bash
npm start
```
## 🛠️ Technologies Used
- **React Native**: For building the mobile app.
- **JavaScript**: The programming language used.
- **Expo**: For a smoother development workflow.
## 🤝 Contributing
Contributions, issues, and feature requests are welcome! Feel free to check the [issues page](https://github.com/potakaaa/expense-tracker_mobile/issues).
1. Fork the project
2. Create your feature branch (`git checkout -b feature/AmazingFeature`)
3. Commit your changes (`git commit -m 'Add some AmazingFeature'`)
4. Push to the branch (`git push origin feature/AmazingFeature`)
5. Open a pull request
## 🙏 Acknowledgments
- Thanks to the React Native community for their amazing resources and support.
- Special thanks to all the contributors and users who have helped improve this project.
---