Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ayastreb/money-tracker
:moneybag: Personal finances tracking web app
https://github.com/ayastreb/money-tracker
finance pouchdb pwa react semantic-ui webapp
Last synced: 1 day ago
JSON representation
:moneybag: Personal finances tracking web app
- Host: GitHub
- URL: https://github.com/ayastreb/money-tracker
- Owner: ayastreb
- License: mit
- Created: 2017-05-30T06:43:48.000Z (over 7 years ago)
- Default Branch: main
- Last Pushed: 2023-07-20T16:37:23.000Z (over 1 year ago)
- Last Synced: 2025-01-12T22:04:09.659Z (8 days ago)
- Topics: finance, pouchdb, pwa, react, semantic-ui, webapp
- Language: JavaScript
- Homepage: https://moneytracker.cc/
- Size: 2.22 MB
- Stars: 912
- Watchers: 34
- Forks: 251
- Open Issues: 67
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Money Tracker
[![Code Climate](https://codeclimate.com/github/ayastreb/money-tracker/badges/gpa.svg)](https://codeclimate.com/github/ayastreb/money-tracker)
[![Money Tracker](https://moneytracker.cc/assets/screenshot.png)](https://app.moneytracker.cc)
**WORK IN PROGRESS**
Money Tracker is an open-source progressive web app that allows you to track your income and expenses.
This app can work offline on desktop, tablet and mobile.
Data is stored locally on device in [PouchDB](https://pouchdb.com/) database and can be synced to the cloud.
Implemented with [React](https://github.com/facebook/react) and [Semantic UI](https://github.com/Semantic-Org/Semantic-UI-React)
## License
Our software is distributed under the MIT License.
## Installation
### Prerequisites
- npm, which you can install by running:
`npm install npm@latest –g`
### How to install
- Clone the repo from this website, then
- In command line:
- `$ git clone https://github.com/ayastreb/money-tracker.git`
- `$ cd money-tracker`
- `$ npm install`
- `$ npm start`At this point you should see the app running on
`http://localhost:3000`
And start developing for contribution.
If any questions arise, please see the [open issues](https://github.com/ayastreb/money-tracker/issues) tab as some of them might have already been answered.
## Contributing
If you would like to contribute, please follow these steps:
1. Open an issue explaining what you want to fix
2. Fork this project
3. Create a `featureDev_` branch
4. Add and commit your contribution (s)
5. Push to your `featureDev_` branch
6. Open a pull request (PR)As always, if any questions arise, please connect with us via our `` (see below).
## Community Standards
It is our responsibility to build a strong and welcoming community for all developers. Everyone who is willing to contribute is welcome, and her or his work will be considered if it solves an issue.
Please keep in mind that everyone:
- Must use a welcoming and inclusive language
- Must be respectful of everyone’s programming skills/backgrounds
- Must accept constructive criticism, and aim for continues improvement
- Must support and show empathy towards other community members## Communication Channels
``
## Development Tracking
See the [open issues](https://github.com/ayastreb/money-tracker/issues) for a list of proposed features (and known issues).