Snippit Web App
Built With
Explore the Full Project
Detailed Description
π‘ Overview
Snippit is a minimalist microblogging platform designed for sharing quick, unfiltered thoughts β freely and anonymously.
Think of it as Twitterβs spiritual cousin β stripped down to its raw essence for pure expression.
The platform focuses on simplicity, speed, and privacy, providing users with a clean interface to share ideas without distractions.
π Key Features
-
βοΈ Create and share bite-sized posts called Snippits
-
π Beautiful animated SVG banner text for a dynamic feel
-
π Secure user registration and login system
-
π¨ Sleek dark-mode UI crafted with Tailwind CSS
-
βοΈ Admin panel for managing posts and users
-
π‘οΈ Real-time password validation with live feedback
π οΈ Tech Stack
-
Language: Python 3.13+
-
Framework: Django 5+
-
Database: SQLite
-
Frontend: Tailwind CSS
π§ Setup Instructions
-
Clone the Repository:
git clone https://github.com/NeediDeveloper/Snippit-Web-App.git
cd snippit
-
Create a Virtual Environment:
python -m venv env
source env/bin/activate # On Windows: env\Scripts\activate
-
Install Requirements:
pip install -r requirements.txt
-
Apply Migrations:
python manage.py migrate
-
Create Superuser (Admin Access):
python manage.py createsuperuser
-
Run Development Server:
python manage.py runserver
-
Run Tailwind Server:
python manage.py tailwind start

