Skip to content

DoronAvitan93/My-Expenses

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

28 Commits
 
 
 
 
 
 

Repository files navigation

My-Expenses - Web Application

Built with Java + spring framework and ReactJS + Typescript.
Using mySQL clearDB(from heroku) Database.
Using firebase and heroku to deploy.

Simple expenses system + year filter to manage your expenses.

Test the web-app:
https://doron-expenses.web.app/


Functions:

Register,
Login,
Add expenses,
See your expenses,
Filter expenses,
Delete expenses.


Register Function:
Cant use an already registered E-mail,
Checking for invalid inputs or empty inputs.

Login:
E-mail & Password checking with the DB.
Checking for invalid inputs or empty inputs.