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

Home Page:https://finances.alexgalhardo.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

galhardo.finances.mvp.mp4

Introduction

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

Tools Used

Development Setup Local

  • Clone project
git clone https://github.com/AlexGalhardo/finances.alexgalhardo.com
  • Enter folder
cd finances.alexgalhardo.com/
  • Install dependencies
npm i
  • Up local server
npm run dev

Build for deploy

  • Create build
npm run build
  • Preview production build locally
npm run preview

Before Submit Commits & PRs

  • Run command:
npm run format

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

https://finances.alexgalhardo.com


Languages

Language:TypeScript 98.3%Language:HTML 1.7%