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!
- Clone the repository
git clone https://github.com/RalitsaTerzieva/expense-tracker-app
-
Install all required packages
-
Complete all of the migrations
python manage.py makemigrations
python manage.py migrate
- Create a super user for yourself
python manage.py createsuperuser
- 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