Skip to content

TechTweet is a Django-based microblogging app for tech enthusiasts. Users can post short tech tweets, comment, like/dislike posts, and view interaction stats. It features user authentication, Bootstrap UI, and a simple feed for sharing ideas and engaging with the community.

Notifications You must be signed in to change notification settings

Chaurasiavipul98/Tech-Tweet

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 

Repository files navigation

TechTweet

TechTweet is a Django-based microblogging platform inspired by Twitter, built for tech enthusiasts. Users can post short tech-focused messages (tweets), like and comment on others’ posts, and engage in community discussions. It supports rich user profiles and interaction tracking.


Features

  • User Registration & Login with authentication
  • Post tweets (short messages)
  • Comment on tweets with like/dislike support
  • Like/unlike tweets
  • See own tweets and interaction stats
  • Responsive, Bootstrap-based UI

Tech Stack

  • Backend: Python, Django
  • Frontend: HTML, CSS, Bootstrap, JavaScript
  • Database: MySQL

Installation

git clone https://github.com/yourusername/techtweet.git
cd techtweet
python -m venv venv
source venv/bin/activate   # On Windows use: venv\Scripts\activate
pip install -r requirements.txt
python manage.py migrate
python manage.py runserver

Then visit: http://127.0.0.1:8000/


Usage

  • Register a new account or log in
  • Post tweets, comment, like, and interact
  • View your activity under "My Tweets"

Author

Vipul Chaurasia chaurasiavipul98@gmail.com

About

TechTweet is a Django-based microblogging app for tech enthusiasts. Users can post short tech tweets, comment, like/dislike posts, and view interaction stats. It features user authentication, Bootstrap UI, and a simple feed for sharing ideas and engaging with the community.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published