Skip to content

React Native App which tracks all your transactions and you can do CRUD things with other features in this app

Notifications You must be signed in to change notification settings

kirankumargonti/expense-tracker-react-native

Repository files navigation

Expense Tracker with React Native

Snapshot

picture

Quick Start

# Clone the application
$ git clone https://github.com/kirankumargonti/expense-tracker-react-native.git

# Install dependencies
$ npm install
    or
$ expo install

# Run application
$ npm start
    or
$ expo start

Project Setup

1. Firebase Setup

2. Email / Password Authentication

3. Database Setup

  • Goto Firestore tab left side of your project Dashboard

  • Create a Firestore database

4. Deployment

# Login to Expo
$ expo login

# Run build
$ expo build:android

# Initialize your firebase project
$ firebase init

# Make sure to choose your package name
# Make sure to choose your package apk
# Follow the reaming steps
# Download your android apk fro your expo dashboard

For more information refer Expo docs

https://docs.expo.io/workflow/configuration/

About

React Native App which tracks all your transactions and you can do CRUD things with other features in this app

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published