Built with Java + spring framework and ReactJS + Typescript.
Using mySQL clearDB(from heroku) Database.
Using firebase and heroku to deploy.
Test the web-app:
https://doron-expenses.web.app/
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.