An open API service indexing awesome lists of open source software.

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.

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.

---