A Django web application featuring user registration, data display, and modern UI/UX.
- 🌟 Hello World page with project overview
- 📝 User registration with form validation
- 👥 View registered users (table and card views)
- 🎨 Custom CSS with gradient design and animations
- ⚡ JavaScript for interactive features
- 📱 Fully responsive design
- 🔍 Search functionality
- 🎯 Admin panel for user management
-
Install Django
pip install django
-
Apply Migrations
python manage.py migrate
-
Run Server
python manage.py runserver
-
Visit:
http://127.0.0.1:8000/
See DOCUMENTATION.md for complete setup and usage instructions.
myproject/- Django project settingsmyapp/- Main application with models, views, and formstemplates/- HTML templatesstatic/- CSS and JavaScript files
- Django 6.0
- SQLite
- HTML5/CSS3
- Vanilla JavaScript
Open-source for educational purposes.