An open API service indexing awesome lists of open source software.

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.

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
[![Screenshots](https://github.com/Hubertformin/inpensar-web/blob/main/screenshots/transactions.png?raw=true)]()

## 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.