Personal portfolio website built with Django.
- Interactive tree-like navigation
- Smooth animations and transitions
- Responsive design
- Timeline of experience
- Project showcase
- CV download functionality
- Python
- Django
- HTML
- CSS
- JavaScript
- Clone the repository
git clone https://github.com/yourusername/bolbas.dev.git
cd bolbas.dev
- Create and activate virtual environment
python -m venv venv
source venv/bin/activate # On Windows: venv\Scripts\activate
- Install dependencies
pip install -r requirements.txt
- Run the development server
python manage.py runserver
- Visit http://localhost:8000 in your browser
MIT