Skip to content

The Expense Tracker App is a user-friendly mobile application developed with React Native, offering an efficient solution for managing personal finances. This app simplifies the process of expense tracking, providing users with a streamlined interface to input, categorize, and view their expenditures.

reybii66/Expense-Tracker-App

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

Expense-Tracker-App

The Expense Tracker App is a user-friendly mobile application developed with React Native, offering an efficient solution for managing personal finances. This app simplifies the process of expense tracking, providing users with a streamlined interface to input, categorize, and view their expenditures.

Expense Tracker App

An intuitive expense tracking mobile application built with React Native.

Table of Contents

Introduction

Expense Tracker App is a cross-platform mobile application developed using React Native. The app allows users to track and manage their expenses, categorizing them for better organization.

Features

  • Add new expenses with details such as name, amount, and category.
  • Choose from predefined expense categories (food, travel, entertainment, other).
  • View a list of added expenses, including their names, amounts, and categories.
  • Data persistence using AsyncStorage for a seamless user experience.
  • Responsive and user-friendly design.

Getting Started

Prerequisites

Before you begin, ensure you have the following installed:

  • Node.js and npm
  • React Native CLI
  • Xcode (for iOS development) or Android Studio (for Android development)

Installation

  1. Clone the repository:

    git clone https://github.com/your-username/expense-tracker-app.git
    cd expense-tracker-app
  2. Install dependencies

    npm install
    
  3. Run the app

    npx react-native run-ios    # for iOS
    npx react-native run-android  # for Android
    
    

Usage

1.Launch the app on your emulator or physical device. 2.Add new expenses by entering the expense name, amount, and selecting a category. 3.View the list of added expenses on the main screen. 4.Track and manage your expenses effortlessly!

Screenshot

Index Page Category Expense Tracker

Technologies Used

  • React Native
  • AsyncStorage
  • @react-native-picker/picker

About

The Expense Tracker App is a user-friendly mobile application developed with React Native, offering an efficient solution for managing personal finances. This app simplifies the process of expense tracking, providing users with a streamlined interface to input, categorize, and view their expenditures.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published