Skip to content

This is a WEB expanse tracker written using C# ASP NET Core

Notifications You must be signed in to change notification settings

nik1t7n/.NET-Expense-Tracker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Expense Tracker Web Application Documentation

Overview

The Expense Tracker web application is a robust financial management tool designed to help users track their expenses and income effectively. With features like a dynamic dashboard, transaction categorization, detailed reports, and customizable settings, users can gain valuable insights into their financial activities.

Preview

Main Interface

image

Widgets

image

You can perform all CRUD operations with Categories and Transactions:

image


image

Adding and Editing Interface

image


image

Project Structure

The project follows a structured architecture with the following key components:

  • Controllers: Contains classes to handle HTTP requests and route them to the appropriate actions.
  • Views: Houses the user interface components written in Razor syntax for dynamic rendering.
  • Models: Defines the data models used to represent entities such as transactions, categories, and settings.
  • Data: Includes the database context and migration files for managing the database schema.
  • wwwroot: Stores static files like CSS, JavaScript, and images for the frontend.

Architecture

The Expense Tracker application follows a Model-View-Controller (MVC) architectural pattern, where:

  • Model: Represents the data entities and business logic.
  • View: Renders the user interface for interacting with the application.
  • Controller: Handles user input, processes requests, and updates the model and view accordingly.

Code-First Approach

The project adopts a code-first approach to database development, where the database schema is defined using C# classes. Entity Framework Core is used to generate the corresponding database based on these classes, allowing for seamless integration of the application logic with the database structure.

Migrations

Migrations in the Expense Tracker application are used to manage changes to the database schema over time. By creating and applying migrations, developers can update the database structure without losing existing data, ensuring smooth transitions between different versions of the application.

Technologies Used

The Expense Tracker application is built using the following technologies and frameworks:

  • ASP.NET Core: Backend framework for developing web applications.
  • Entity Framework Core: ORM tool for database interactions and management.
  • Razor Pages: Enables the creation of dynamic web pages with C#.
  • Bootstrap: Front-end framework for responsive and visually appealing design.
  • Syncfusion: Component library for data visualization and interactive UI elements.
  • jQuery: JavaScript library for simplifying DOM manipulation and event handling.
  • HTML/CSS: Used for structuring and styling the web application.
  • JavaScript: Enhances interactivity and functionality on the client-side.
  • SQL Server: Database management system for storing and retrieving transaction data.

Support

For any technical assistance, feedback, or suggestions, please reach out to the project maintainers or open an issue on the GitHub repository.

About

This is a WEB expanse tracker written using C# ASP NET Core

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published