Skip to content

Adeee11/unpayd-app

 
 

Repository files navigation

unpayd-app

contributors stars commits last commit License

An opensource expense monitoring app built using Expo and UI kitten

Features

  • Records expenses inputted by the user
  • Displays the expenses graphically
  • Displayes a predicted expense based on averaging

Goal

  • To simply record expenses and have a prediction/projection of the possible next amount of expense to help with budgeting funds.

Release

Latest Release: Download

Screenshot

image image image

Building the App

  • Starting expo
$ npm start
  • Starting expo for android
$ npm android
  • Starting expo for ios
$ npm ios
  • Starting expo for web
$ npm web
  • Stopping expo
$ npm eject

About

Contributing

Pull requests and stars are always welcome. For bugs and feature requests, please create an issue.

  1. Fork this repository and don't forget to star

  2. Clone the repository

$ git clone https://github.com/<your-username>/unpayd-app.git
  1. To keep your forked repository in sync with the upstream repository:
$ git remote add upstream https://github.com/pupupulp/unpayd-app.git
$ git fetch upstream
$ git pull upstream main
$ git push
  1. Checkout to a new branch, preferred format would be:
    • For resolving issues
      • issue-<#>-
    • For introducing new feature
      • feat-
    • For minor fixes such as typos
      • chore-
# Branches are only a sample
$ git checkout -b issue-1-memory-leak-fix
$ git checkout -b feat-backend-implementation
$ git checkout -b chore-minor-typo-fix
  1. After changes has been made, add it to the staging area:
$ git add -A
$ git add <file>
$ git add .
  1. Commit the staged changes, and push it the branch created earlier:
$ git commit -m <message>
$ git push origin <branch-name>
  1. Issue a pull request from forked repo to this repo by clicking on New Pull Request.

  2. Fill in the title and provide a concise description.

  3. Wait for respose on the Pull Request issued.

  4. Congratulations you just contributed to opensource!

Contributors

Author

Eagan Martin

License

Copyright © 2020, Eagan Martin. Release under the The Unlicense

About

An opensource expense monitoring app built using Expo and UI kitten

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 99.8%
  • JavaScript 0.2%