Skip to content

isnusmumrik/CostsCalculator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CostsCalculator

This project was created as code example. It is Web application, that represent simple cost calculator.

This application can create,modify and add category of purchases; create,modify and delete purchase,which have to belong to some existing category. It can represent purchases list of all categories or one category for selected time period; show diagram of all costs in all categories in selected time period. The application forms purchases list for every user. It has login and registration forms.

Database requirements

For correct work of project should be created DB with name 'Costs'. There are 3 tables: Users, Categories, Purchases. Scripts for creating them are available in the folder 'sql'.

There are used such frameworks and libraries:

Screenshots

Login screen

Login

Register screen

Register

Home screen

Home

Categories list screen

Categories

Edit or create category screen

Edit or Create

Purchases list screen

Purchases

Edit or create purchase screen

Edit or Create

Filtration screen

Filtration