https://github.com/hubertformin/inpensar-web
Inpensar is a financial tracker, that tracks expenses, manages budgets & accounts.
https://github.com/hubertformin/inpensar-web
express firebase nextjs nodejs react
Last synced: 3 months ago
JSON representation
Inpensar is a financial tracker, that tracks expenses, manages budgets & accounts.
- Host: GitHub
- URL: https://github.com/hubertformin/inpensar-web
- Owner: Hubertformin
- Created: 2022-10-08T15:53:09.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2023-10-26T10:23:05.000Z (over 2 years ago)
- Last Synced: 2025-09-20T09:46:26.641Z (9 months ago)
- Topics: express, firebase, nextjs, nodejs, react
- Language: TypeScript
- Homepage: inpensar.vercel.app
- Size: 8.78 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Inpensar App
Inpensar is a financial tracker, that tracks expenses, manages budgets & accounts. This is a progressive web application (PWA) with both the Front-end and Back-end code
The backend code lies int the `functions` directory. It is an express app running on firebase cloud functions.
### Features
- Track expenses
- Manage budgets
- Manager wallets & accounts
- Analytics on financial habits
## Languages & Framworks
- Javascript / Typescript
- SCSS
- Nex.js
- Firebase
- Express
- PWA
- Chakra-UI
- Redux
## Screenshots
[]()
## How to Install
First, run the development server:
```bash
npm run dev
# or
yarn dev
```
Open [http://localhost:3000](http://localhost:3000) with your browser to see the result.