A full-stack portfolio built with Django (API backend), TailwindCSS, and JavaScript. This project is my digital presence, showcasing my skills, projects, and blogs with a responsive, modern UI.
- Dynamic landing page with hero, stats & featured projects
- Projects showcase with filtering, search & detailed pages
- Skills & resume section (downloadable PDFs)
- Blog system with categories, tags & comments
- Contact form with email notifications & spam protection
- Dark/Light mode, smooth animations, responsive design
- Admin dashboard for managing content
- Backend: Django REST Framework
- Frontend: HTML, TailwindCSS, JavaScript
- Database: MySQL
- Deployment Ready: GitHub + CI/CD + Cloud Hosting
git clone https://github.com/Ashu2698/Professional_Portfolio.git cd Professional_Portfolio
python -m venv venv source venv/bin/activate # Mac/Linux
venv\Scripts\activate # Windows
pip install -r requirements.txt
python manage.py migrate
python manage.py runserver
Visit 👉 http://127.0.0.1:8000
Made with ❤️ by Ashu Rajput
Open to collaborations & opportunities 🚀