Skip to content

RalitsaTerzieva/expense-tracker-app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Django Expense Tracker 📈

DjangoPythonUdemyTailwindCSS

Discover an awesome custom Django-based Expense Tracker application designed for learning how to create sleek web apps with Django and Tailwind CSS.

Experience the following expense functionalities:

  • Add new expenses ➕
  • Update existing expenses ✏️
  • Delete unwanted expenses ➖

Unlock your learning potential with:

  • Fundamental Django concepts (models, views, templates, and forms)
  • Mastering CRUD operations in Django
  • Crafting stunning user interfaces with Tailwind CSS
  • Enhancing your app with Django Humanize for better user experience.
  • Embark on a journey to become a Django expert while managing your expenses in style!

Installation

  1. Clone the repository
git clone https://github.com/RalitsaTerzieva/expense-tracker-app
  1. Install all required packages

  2. Complete all of the migrations

python manage.py makemigrations
python manage.py migrate
  1. Create a super user for yourself
python manage.py createsuperuser
  1. Run your server
python manage.py runserver

If you liked the application, you can always show your appreciation by starring my repo 💌

Cheers, Ralitsa Popova

Releases

No releases published

Packages

No packages published

Languages