Skip to content

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

Notifications You must be signed in to change notification settings

AlexGalhardo/finances.alexgalhardo.com

Repository files navigation

galhardo.finances.mvp.mp4

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
git clone git@github.com:AlexGalhardo/finances.alexgalhardo.com.git
  1. Enter folder
cd finances.alexgalhardo.com/
  1. Run setup.sh
chmod +x setup.sh && ./setup.sh
  1. Go to: http://localhost:5173

Build for deploy

  1. Creating build
npm run build
  1. Preview production build locally
npm run preview
  1. Go to: http://localhost:4173/

LICENSE

MIT

Copyright (c) April 2023-present, Alex Galhardo

About

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

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published