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

https://github.com/aggutierrez98/budget-app

Budget managment app
https://github.com/aggutierrez98/budget-app

css html ionicons javascript localstorage vite

Last synced: about 1 year ago
JSON representation

Budget managment app

Awesome Lists containing this project

README

          

# Budget App

[![Netlify Status](https://api.netlify.com/api/v1/badges/4995dac2-b2c7-4221-96f2-047f72d03490/deploy-status)](https://app.netlify.com/sites/aggutierrez-budgetsapp/deploys)

## Vanilla JS application to manage budget incomes and outcomes

### Made with

HTML, CSS, Javascript, Vite & Node

### Made by: Agustin Gutierrez

## Scripts

```json
"scripts": {
"dev": "vite",
"build": "vite build",
"preview": "vite preview"
},
```

## Installation & Set Up

1. Install project dependecies

```sh
npm install
```

2. Start the development server

```sh
npm run dev
```

## Deployment

Deploy is made automatically when pushing in netlify using the github repository connection.

### Demo

[BudgetApp](https://aggutierrez-budgetsapp.netlify.app/)