BradMoney is a finance manager that allows the user to store their payments and investments and be able to view this data on the dashboard with intuitive graphics. The application has database integration and email authentication, ensuring that the user can create their account and have access to their data safely.
✅ Integration with database as a service
✅ Account creation with email confirmation
✅ Password recovery
✅ Access control per session
✅ CRUD for payments
✅ Addition of investments by category
The project can be accessed by clicking here
- Download or clone the project
- Install all dependencies with
npm i
oryarn
command - Run the project with
ng s
command - Create your account and start using 😉