Skip to content

b0lbas/portfolio

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

bolbas.dev

Personal portfolio website built with Django.

Features

  • Interactive tree-like navigation
  • Smooth animations and transitions
  • Responsive design
  • Timeline of experience
  • Project showcase
  • CV download functionality

Technologies Used

  • Python
  • Django
  • HTML
  • CSS
  • JavaScript

Setup

  1. Clone the repository
git clone https://github.com/yourusername/bolbas.dev.git
cd bolbas.dev
  1. Create and activate virtual environment
python -m venv venv
source venv/bin/activate  # On Windows: venv\Scripts\activate
  1. Install dependencies
pip install -r requirements.txt
  1. Run the development server
python manage.py runserver
  1. Visit http://localhost:8000 in your browser

License

MIT

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published