pynkvalerian / reactnative-expense-tracker

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Expense Tracker

Tools used React Native + Typescript + Redux + Redux Saga.

Starting a development environment

Prerequisites

Set up environment according to react native docs (using react native cli quickstart)

Configure the environment

Clone this repository on your machine.

Install the npm packages. Go to the project directory and run:

yarn

Running the app

Android

Start an emulator with Android Studio and run this script:

npx react-native run-android

iOS

Run this script or run the project with Xcode:

npx react-native run-ios

About


Languages

Language:JavaScript 77.2%Language:TypeScript 13.8%Language:Java 4.6%Language:Objective-C 3.3%Language:Ruby 0.6%Language:Starlark 0.4%