A Twitter clone built using Django, with theming from Bulma.
📃 Article
The goal was to create a simple version of Twitter and replicate some of its key features in order to expand my understanding of Django.
- Create, update, read tweets
- Ability to follow other users
- Public profile pages
- Ability to update your profile page
- Responsive design
- #hashtags
In addition to the basic Django models, views, and templates, this project makes use of:
- Users & Authentication
- Custom template tags
- Complex ORM querysets
Add:
- Tweet Interaction
- Replies
- Retweets
- Enhanced Tweets
- URLs + Cards
- Images
- Linked mentions → @BHampson
- Lists
- Search