Skip to content

June-24/ExpenseTracker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

31 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ExpenseTracker

This repository contains a Django Personal Expense Tracker website that you can run locally. Follow the instructions below to get started.

Prerequisites

Make sure you have the following software installed on your system:

  • Python (version 3.7 or higher)
  • pip (Python package manager)

Installation

  1. Clone this repository to your local machine or download and extract the ZIP file.

  2. Open a terminal or command prompt and navigate to the project's root directory.

  3. Create a virtual environment by running the following command:

    python3 -m venv myenv
  4. Activate the Virual environment:

    • on macOS and linux:
    source myenv/bin/activate
    • on windows:
    myenv\Scripts\activate
  5. Install the project dependencies from the requirements.txt file:

pip install -r requirements.txt

Running the Website

To run the Django website, execute the following command in the project's root directory:

python manage.py runserver

After running the command, the website will be accessible at http://localhost:8000 in your web browser.

Description

  1. This is my personal Django project that helps you to track your expenses.
  • I used Tailwind CSS in designing the website
    image
  • To plot the charts I used the Chart.js library, Chart.js renders chart elements on an HTML5 canvas.
    image
  • The data of the expenses and all the features are stored in the SQLite database.
    image

Images below show the Working of the Expense Tracking application

1. Add Expense

image

after adding the Keyboard expense image

2. Expenses list

image image

3. we can edit the expenses and delete them as well

3.1 edit

image after edit image

3.2 delete

let us delete that updated Ipad by clickig on the delete button

image

Ipad is gone

image

4. categorical Sum and the expenses in the past 30-days

image

5. pie chart of the categorical expenses and the line chart of the daily expense sum

image

About

Personal Expense Tracker website

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published