A Visual Studio Project using React and ASP.NET Core with SQL database for storage. The functionality of this will be a financial tracker aimed at students to be able to monitor and track spending.
The secondary objective of this project is to learn and develop my front-end skills and frameworks. I have chosen to work with React.
- ASP.NET Core
- Microsoft SQL Server with Entity Framework
- React Framework
- Bcrypt Framework
- Newtonsoft
- React bootstrap
- date-fns
- Account creation
- Login functionality
- Create budget
- Add direct debits to budgets
- View all budgets
- Add purchases to budgets
- Calculate weekly budget
- Calculate weekly budget
- Create first budget upon account creation
- Initial desirable functionality implemented
- Implement pagination for API and UI
- Implement LINQ's for more efficent retrieval of data from database
- Option to aid in calculating and how much you can save
- Connect to bank in future