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
- Host: GitHub
- URL: https://github.com/aggutierrez98/budget-app
- Owner: aggutierrez98
- Created: 2021-04-21T23:25:04.000Z (almost 5 years ago)
- Default Branch: main
- Last Pushed: 2023-01-17T18:47:28.000Z (about 3 years ago)
- Last Synced: 2025-01-21T14:45:28.025Z (about 1 year ago)
- Topics: css, html, ionicons, javascript, localstorage, vite
- Language: JavaScript
- Homepage: https://aggutierrez-budgetsapp.netlify.app/
- Size: 340 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Budget App
[](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/)