Try Django is a practice project that utilises the popular python backend famework Django to create a web application. The Web application resembles online marketplaces like ebay and has similar functionality. The web app does not utilse a frontend framework and uses simple HTML & tailwind CSS.
The project has significant focus on code structure and code quality. The code is well structured and uses descriptive variable. Class and function names to improve readability. Functionalities are seperated into diffrent Django apps to aid readability and maintainability.
- User Signup
- User authentication
- Adding Items
- editing Items
- Deleting items
- Inter-user communication
- Searching through Items
- Sorting Items by category
- Django Basics
- undertanding of HTTP requests
- Application of backend framework
- URL patterns
- HTML templates
- Jinja 2
This project was created with the help of multiple tutorials and extensive use of Django Documentation. The project makes heavy use of this free-code-camp tutorial by code-with-stein.



