Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ryanj93/porcellino-client
The Porcellino Client :: Manage your personal finance with Porcellino.
https://github.com/ryanj93/porcellino-client
react typescript
Last synced: 28 days ago
JSON representation
The Porcellino Client :: Manage your personal finance with Porcellino.
- Host: GitHub
- URL: https://github.com/ryanj93/porcellino-client
- Owner: RyanJ93
- License: other
- Created: 2024-02-27T18:30:16.000Z (10 months ago)
- Default Branch: master
- Last Pushed: 2024-04-16T15:23:09.000Z (8 months ago)
- Last Synced: 2024-04-16T20:02:20.295Z (8 months ago)
- Topics: react, typescript
- Language: TypeScript
- Homepage: https://porcellino.enricosola.dev
- Size: 562 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# Porcellino
Manage your personal finance with Porcellino: this simple web-app available online allows to easily track your incomes and expenses, you can also organize your finance distributing transactions across multiple portfolio supporting different currencies.
### Requirements
Before start installing the Porcellino client on your local environment please make sure you have all the required dependencies:
- Node.js version 18 or greater.
### Installation
Once you cloned this repository you should install all the required modules running `npm install` in the project root directory, note that this command will automatically compile the font-end, which is written using React.js, TypeScript and SASS, using WebPack; of course you can compile it every time you need using those commands: `npm run webpack-dev` (for development builds) and `npm run webpack-prod` (for production builds).
If you are looking for instructions to install the software as a Docker container refer to the [official page on Docker Hub](https://hub.docker.com/r/enricosola/porcellino-client).
## License
This work is licensed under a
[Creative Commons Attribution-NonCommercial-ShareAlike 4.0 International License][cc-by-nc-sa].[![CC BY-NC-SA 4.0][cc-by-nc-sa-image]][cc-by-nc-sa]
[cc-by-nc-sa]: http://creativecommons.org/licenses/by-nc-sa/4.0/
[cc-by-nc-sa-image]: https://licensebuttons.net/l/by-nc-sa/4.0/88x31.png
[cc-by-nc-sa-shield]: https://img.shields.io/badge/License-CC%20BY--NC--SA%204.0-lightgrey.svgDeveloped with ❤️ by [Enrico Sola](https://www.enricosola.dev).