Giter Site home page Giter Site logo

tegy's Introduction

Tegy: a simple budget tracking application

img

About

Tegy: the simple budget tracker

Tegy keeps record of the incomes and
expenses of your budget in batches, though
you can use only one batch, the default batch, if you like. That's it.

You can use Tegy as your rough record, later, write it down in your
book; or use it as your main budget recorder. Either way, with Tegy,
you'll never have a messy record.

And you can have multiple budgets with the same account.

So, what are you waiting for? Do you want to have a clean budget
record?

Features

1. Add budget items
2. Delete budget items
3. Create batches
4. Create budgets
5. Switch between batches
6. Switch between budgets
7. Edit batch
8. Edit budget

Batch

A Batch consist of the following:

1. Start date: the date the batch was created
2. End date: the date the batch ended
3. Incomes: all the money that came in
4. Expenses: all the money that went out

You can have as many batches as you want, or have only one batch, the default batch that was created when you signed-up.

Default Behavior of a Batch

By default
1. a batch ends the day another batch is created.
2. When a new batch is created, all of the contents of the old batch, are copied to the new batch, except for their amounts.

This default behavior can be changed in settings.

Income & Expense = BudgetItem

Incomes and Expenses are both considered as BudgetItems.

A BudgetItem consist of the following:

1. Description: a short description of what the money is for
2. Amount: the amount of money that was spent or received
3. Type: whether the item is an income or an expense

Setting

You can edit or change the name and dates of a batch in settings.

LINK TO SITE

React + TypeScript + Vite

This template provides a minimal setup to get React working in Vite with HMR and some ESLint rules.

Currently, two official plugins are available:

Expanding the ESLint configuration

If you are developing a production application, we recommend updating the configuration to enable type aware lint rules:

  • Configure the top-level parserOptions property like this:
   parserOptions: {
    ecmaVersion: 'latest',
    sourceType: 'module',
    project: ['./tsconfig.json', './tsconfig.node.json'],
    tsconfigRootDir: __dirname,
   },
  • Replace plugin:@typescript-eslint/recommended to plugin:@typescript-eslint/recommended-type-checked or plugin:@typescript-eslint/strict-type-checked
  • Optionally add plugin:@typescript-eslint/stylistic-type-checked
  • Install eslint-plugin-react and add plugin:react/recommended & plugin:react/jsx-runtime to the extends list

tegy's People

Contributors

justice-sh avatar

Watchers

 avatar

tegy's Issues

Modal form placeholder names lowercased

Modal form placeholder names lowercased

The form input elements' placeholders in all modals appear in lowercase.
I think the casing should be uppercase to enhance the UI.

Description suggestion

Description Suggestion

When a user types in the description box, a drop down of matching descriptions should appear.

App Settings

App Settings

Create the settings component for the app.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.