Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/alexgalhardo/finances.alexgalhardo.com
- Owner: AlexGalhardo
- Created: 2022-12-19T18:58:10.000Z (about 2 years ago)
- Default Branch: master
- Last Pushed: 2024-06-19T15:47:05.000Z (8 months ago)
- Last Synced: 2024-06-20T03:00:58.709Z (8 months ago)
- Topics: javascript, react, spa, typescript
- Language: TypeScript
- Homepage: https://finances.alexgalhardo.com
- Size: 52.8 MB
- Stars: 1
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## 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