Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/alexgalhardo/finances.alexgalhardo.com

A simple project I created to control my personal finances, using Vite and vanilla Javascript manipulating the DOM, in addition to saving the data in localStorage, and being able to export the data in JSON and CSV format
https://github.com/alexgalhardo/finances.alexgalhardo.com

javascript react spa typescript

Last synced: 3 months ago
JSON representation

A simple project I created to control my personal finances, using Vite and vanilla Javascript manipulating the DOM, in addition to saving the data in localStorage, and being able to export the data in JSON and CSV format

Awesome Lists containing this project

README

        


finances.alexgalhardo.com


## Introduction

* A simple project I created using Vite and vanilla Javascript to manipulate the DOM, in addition to saving the data in localStorage, and being able to export the data in JSON and CSV format

## Development Setup Local

1. Clone repository
```bash
git clone [email protected]:AlexGalhardo/finances.alexgalhardo.com.git
```

2. Enter folder
```bash
cd finances.alexgalhardo.com/
```

3. Run setup.sh
```bash
chmod +x setup.sh && ./setup.sh
```

4. Go to:

## Build for deploy

1. Creating build
```bash
npm run build
```

2. Preview production build locally
```bash
npm run preview
```

3. Go to:

## LICENSE

[MIT](http://opensource.org/licenses/MIT)

Copyright (c) April 2023-present, Alex Galhardo