GithubHelp home page GithubHelp logo

rushi0508 / expense-tracker Goto Github PK

View Code? Open in Web Editor NEW
1.0 1.0 0.0 956 KB

This repository contains the source code of project 'Expense Tracker' made using ASP.NET Core MVC

HTML 27.85% C# 69.06% CSS 3.00% JavaScript 0.09%
charp dotnet-core efcore sql-server

expense-tracker's Introduction

Expense Tracker

Expense Tracker is a web application developed using ASP.NET Core MVC that helps you manage your finances effectively.

Purpose

The purpose of the Expense Tracker project is to provide a user-friendly and efficient web-based solution for individuals to manage their finances. Whether you want to track your income, monitor your expenses by category, or gain insights into your financial habits, this application aims to make it easy and accessible. With user authentication and a range of features, Expense Tracker helps you take control of your personal finances with convenience and precision.

Features

  • User Authentication: Secure user registration and login with email confirmation.
  • Access Control: Access to various features is restricted to only logged-in users.
  • Dashboard: A central dashboard displays your total income, total expenses, and net balance.
  • Graphical Insights: Visualize your expenses by category and track your income and expenses over the last 7 days with interactive graphs.
  • Category Management: Create and manage your income and expense categories.
  • Transaction Tracking: Easily add transactions with details, including amount, category, and notes.
  • User Profile: Manage your profile settings, change your password or email, and more.

Getting Started

To get the Expense Tracker project up and running on your local machine, follow these steps:

  1. Prerequisites: Make sure you have .NET Core and ASP.NET Core SDK installed on your machine.

  2. Clone the Repository: Use git clone to copy the project to your local machine.

    git clone https://github.com/your-username/expense-tracker.git
    
  3. Database Setup: Update your database connection string in the appsettings.json file.

    {
       "ConnectionStrings": {
           "DefaultConnection": "your-connection-string-here"
       }
    }
    
  4. Database Migration: Run database migrations to create the database schema.

    add-migration "your-migration-name"
    update-database
    
  5. Run the Application: Start the ASP.NET Core application.

expense-tracker's People

Contributors

rushi0508 avatar

Stargazers

 avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.