Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/crater-invoice/crater-mobile
Crater Invoice Mobile to manage your invoices on the go.
https://github.com/crater-invoice/crater-mobile
android crater expo invoice ios react react-native
Last synced: 2 days ago
JSON representation
Crater Invoice Mobile to manage your invoices on the go.
- Host: GitHub
- URL: https://github.com/crater-invoice/crater-mobile
- Owner: crater-invoice
- License: agpl-3.0
- Created: 2019-11-20T07:13:51.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2023-03-04T05:14:15.000Z (over 1 year ago)
- Last Synced: 2024-07-31T19:38:07.400Z (3 months ago)
- Topics: android, crater, expo, invoice, ios, react, react-native
- Language: JavaScript
- Homepage: https://craterapp.com
- Size: 8.07 MB
- Stars: 337
- Watchers: 29
- Forks: 193
- Open Issues: 20
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
## Introduction
Crater is an open-source web & mobile app that helps you track expenses, payments & create professional invoices & estimates.
This repository contains the source code for the mobile app clients for [Crater](https://craterapp.com).
Its built with Expo (React Native).
_Please note:_ To use this app on your mobile device, you need to have the crater app installed on your server. Once the app is installed and configured on your server. You can simply input your endpoint URL and use your app login credentials to log into your account. See [here](#web) to know more about the web version.
# Table of Contents
1. [Installation](#installation)
2. [Web Version Link](#web)
3. [Mobile App Links](#mobile-app-links)
4. [Credits](#credits)
5. [License](#license)## Installation
Below are the steps for starting up the crater app locally for development. If you aren't looking to customise or contribute to mobile apps then you can ignore the steps below and use the Crater [IOS & Android Apps](#mobile-app-links) directly.
- Clone this repository
- Install Expo CLI : `npm install -g expo-cli`
- Change your current working directly in terminal to the cloned folder: `cd crater`
- run command: `npm start`## Web
- [Repository Link](https://github.com/crater-invoice/crater)
- [Download Link](https://craterapp.com/downloads)## Mobile App Links
- [Android](https://play.google.com/store/apps/details?id=com.craterapp.app)
- [IOS](https://apps.apple.com/app/id1489169767)## Copyright
© 2021 Crater Invoice, Inc.
## License
Crater is released under the GNU AFFERO GENERAL PUBLIC LICENSE Version 3.
See [LICENSE](LICENSE) for details.## Release Channels:
- development
- staging
- production
- production-4Example: expo build:ios --release-channel staging
expo build:android -t app-bundle --release-channel staging