A modern and responsive portfolio website built with React (Vite) for the frontend and Django for the backend.
- Frontend: React + Vite
- Backend: Django REST Framework
- Styling: Custom CSS
- Dynamic Project Showcase ✨
- Contact Form with Email Integration 📧
- Responsive Design 📱
-
Clone the repository
git clone https://github.com/Aabi0207/Portfolio-Website.git cd Portfolio-Website
-
Frontend Setup
cd frontend npm install npm run dev
-
Backend Setup
cd backend pip install -r requirements.txt python manage.py runserver
- Frontend:
http://localhost:3000
- Backend:
http://localhost:8000/api
Pull requests are welcome! For major changes, please open an issue first.
This project is licensed under the MIT License.
⭐ Star this repo to support the project!