Giter VIP home page Giter VIP logo

wisely.io's Introduction

Wisely.io

More info here.

Wisely is a mobile application where the user can define budgets for certain moments and input their expenses for that budget, the application will help calculating the remaining budget, being a motivation for better money management.


Main functionality

The user will have certain screens to work on, these being:

  • Expense books: This is the main screen where the user will create or delete the expense books

    Sub-screen:

    • Add book: when pressing on the floating button on the bottom right it will open a
  • Book: This screen will show on the top the name of the book and the expenses of it.

    Sub-screens:

    • Edit budget: If the user does a long press on the budget it will appear a menu with the option of editing the budget, and then it will appear a input so the user can modify the max budget.
    • Delete expense: if the user does a long press on the expense it will appear a menu with a button, if the user presses on “delete expense” it will appear a “confirmation”
    • Add expense: if the user presses on the floating button on the bottom right it will open a “add expense menu” where the user will input the “expense name” and the “value”

Data Types

The main data to use is this, this is the way the data will be saved on the local storage.

book: {
	id: 0
	name: "Secret santa" (string)
	budget: 30000 (float)
	expenses: [expense]
	date: date
}

expense: {
	id: 0
	name: "Toy"
	value: 2000
}

Technical

In this section we will discuss the technical elements of the project, thinks like bugs, errors, or stuff to take in count for future projects.

  • Material: for design purpose we will use material3 (since 3.16 in flutter its on by default) and cupertino for some elements
  • Local Storage: for local storage access i will use the package of “shared preferences”.

wisely.io's People

Contributors

khalzz avatar

Watchers

 avatar

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.