This is a simple Django-based web application built as my first project after learning Django. The app provides basic text processing utilities to help users quickly modify and analyze text.
- Convert text to uppercase
- Convert text to lowercase
- Remove extra spaces
- Count characters and words
- Other basic text transformations
- Python
- Django
- HTML, CSS
This project was created to apply my understanding of Django fundamentals, including routing, templates, and handling user input. While it’s a beginner-level project, it helped me gain hands-on experience in building a functional web application.
This is my initial project in Django, built within a short learning period. I'm continuously improving my skills and plan to enhance this project further.