Skip to content

pupupulp/unpayd-app

Repository files navigation

unpayd-app

All Contributors

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 start android
  • Starting expo for ios
$ npm start ios
  • Starting expo for web
$ npm start web
  • Stopping expo
$ npm eject

About

Author

Eagan Martin

License

Copyright © 2020, Unpayd App. Release under the The Unlicense

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 ✨

Thanks goes to these wonderful people (emoji key):


Adarshdeep Singh

💻 ⚠️

This project follows the all-contributors specification. Contributions of any kind welcome!

About

An opensource expense monitoring app built using Expo and UI kitten

Topics

Resources

License

Code of conduct

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published