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.
- Track expenses
- Manage budgets
- Manager wallets & accounts
- Analytics on financial habits
- Javascript / Typescript
- SCSS
- Nex.js
- Firebase
- Express
- PWA
- Chakra-UI
- Redux
First, run the development server:
npm run dev
# or
yarn dev
Open http://localhost:3000 with your browser to see the result.