https://github.com/mirodojkic/monthly-budget
PWA for managing budget on a monthly basis.
https://github.com/mirodojkic/monthly-budget
budget emotion finance lenses optics parcel postgrest pwa react unistore
Last synced: 2 days ago
JSON representation
PWA for managing budget on a monthly basis.
- Host: GitHub
- URL: https://github.com/mirodojkic/monthly-budget
- Owner: MiroDojkic
- Created: 2018-01-10T23:53:32.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2021-08-03T04:57:40.000Z (over 3 years ago)
- Last Synced: 2025-04-22T10:46:01.277Z (2 days ago)
- Topics: budget, emotion, finance, lenses, optics, parcel, postgrest, pwa, react, unistore
- Language: JavaScript
- Homepage: https://monthly-budget.surge.sh
- Size: 2.98 MB
- Stars: 14
- Watchers: 1
- Forks: 1
- Open Issues: 20
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# :surfer: Monthly Budget
:construction: Early stage of development
PWA for managing budget on a monthly basis.
Created with simplicity in mind, take control of the budget with just a couple of clicks.
Check it out at :point_right: [https://monthly-budget.surge.sh](https://monthly-budget.surge.sh)
:lipstick: Designed by [Bruna](https://github.com/brbrakus/)
## :wrench: Built with these awesome tools
### REST API
* [AWS RDS](https://aws.amazon.com/rds/)
* [PostgREST](https://postgrest.com/en/v4.3/)
### Client
* [React](https://reactjs.org/)
* [Emotion](https://emotion.sh/)
* [Parcel](https://parceljs.org/)## :rocket: Run project
### Install dependencies
`npm install`### Start the app
`npm start`### [Open in browser](http://localhost:1234)