A modern, fully functional social media platform built with Django and Tailwind CSS. This project demonstrates clean CRUD operations, secure authentication, and a polished UI. π»β¨
- π Secure Authentication: Full Sign-up, Log-in, and Log-out workflows.
- π Tweet Management: Create, Read, Update, and Delete (CRUD) posts.
- π¨ Modern UI: Styled with Tailwind CSS and daisyUI 5.0.
- π€ Custom Styling: Inputs feature bold black outlines and minimalist design.
- π Media Support: Image upload functionality for tweets.
- π± Responsive: Fully optimized for both Desktop and Mobile views.
- Backend: Django (Python) π
- Frontend: Tailwind CSS & daisyUI π¨
- Database: SQLite ποΈ
- Styling Bridge:
django-tailwindπ
git clone [https://github.com/Shahryar-Sohail/Twitter-Django.git](https://github.com/Shahryar-Sohail/Twitter-Django.git)
cd Twitter-Django
python -m venv .venv.venv\Scripts\activatesource .venv/bin/activatepip install -r twitter/requirements.txtcd twitter
python manage.py migratepython manage.py tailwind install
python manage.py tailwind buildpython manage.py runserver