Skip to content

A simple web application that lets you track your money expenditure by taking in your income as well as your expense and presents the data in a pie chart.

Notifications You must be signed in to change notification settings

vincemburu/Track-It

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

32 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Project Title: Track It

Description:

In this project, I present to you Track It, a simple web application that lets you track your money expenditure by taking in your income as well as your expense and presents the data in a pie chart.

Link

Introduction

  • Index Page: For the index page, you will find a table layout where the user infomation will be presented after inputting the data at the add page. Index Page

  • Add Page: In the add page, there will be a form page which the user will be required to fill out. The form includes an input field of Amount, where the user will input the amount of money they want to be generated. It will also include a Type section which the user can choose between Income and Expense. Lastly there will be a Category section where the user can choose between salary, rent, investment and side-hustle. Add Page

  • Dashboard Page: In the dashboard page, the user information which is generated after submission will display a pie chart will show the users relationship between Income and Expenses. Dashboard Page

SQLAlchemy and SQLite3

I need a table in the database for Income and Expenses hence decided to make one with SQLAlchemy: Database

Built With

  • Python
  • JavaScript
  • Chart.js
  • Flask, Flask-SQLAlchemy, Flask WTF
  • HTML
  • CSS
  • Bootstrap
  • Used Flask web framework based in Python, necessary for flask-sqlalchemy to manage SQL database with sqlite and flask-wtf to upload files and forms extensions

Reference:

  • Flask WTF-Forms Documentation
  • Stack Overflow
  • Bootstrap
  • Chart.js documentation
  • W3School

About

A simple web application that lets you track your money expenditure by taking in your income as well as your expense and presents the data in a pie chart.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published