Table of Contents
Finbud is a simple finance management web application that help you manage your finance without leaving the keyboard by using command inspired by Vim text-editor.
getting-started.mp4
account.mp4
- Node >= 16.x.x
npm install yarn -g
-
Clone the repo
git clone https://github.com/nhanluongoe/finbud.git
-
Install packages
yarn install
-
Create and enter your Supabse Keys in
.env
touch .env echo VITE_SUPABASE_URL=<your-key> >> .env echo VITE_SUPABASE_ANON_KEY=<your-key> >> .env
-
Run all sql files
/src/databse
on the Supabase SQL Editor to create tables
- Create/Update/Delete
- Pagination
- Filter
- Dark theme
- Charts
Contributions are what make the open source community such an amazing place to learn, inspire, and create. Any contributions you make are greatly appreciated.
If you have a suggestion that would make this better, please fork the repo and create a pull request. You can also simply open an issue with the tag "enhancement". Don't forget to give the project a star! Thanks again!
Distributed under the MIT License. See LICENSE.txt
for more information.
Nhan Luong - nhanlt18@gmail.com