Skip to content

Latest commit

 

History

History
29 lines (25 loc) · 897 Bytes

README.md

File metadata and controls

29 lines (25 loc) · 897 Bytes

Description:

A streamlined mobile application developed using React Native, Typescript, and Redux. The application is designed for list book expense management sectioned by dates and within an intuitive form modal user interface. Users can create a local account and effortlessly modify, and track all the book expenses and total amount.

Installation:

  1. Clone the project to your local machine
    git clone https://github.com/liorkasti/kst-expenses.git
  2. Install the application dependencies, run:
    npm install `or` yarn
  3. Run metro bundler
    npm start `or` yarn start
  4. Build the apk and install on your emulator or plugin device frontend (in another terminal) For Android, run:
    npm android  `or` yarn android
    For iOS, run:
    npm ios  `or` yarn ios

Enjoy! thank you.