Personal portfolio website made with Django framework in the backend, and with CSS, JS, and Bootstrap for the frontend. It is a dynamic site so that you can control the content of the site through the admin area
- Light/dark mode toggle
- Live previews
- Fullscreen mode
Javascript, HTML, CSS, python, Django, Bootstrap...
I'm a full stack developer...
If you have any feedback, please reach out to us at burhanmohammad1234@out.com
Client: Html, css, Bootstrap
Server: python, Django
Clone the project
git clone https://github.com/BurhanMohammad/Django-portfilio-website.git
Go to the project directory
cd Django-portfilio-websitet
MAKE Migration
python manage.py makemigrations
MAKE Migration
python manage.py migrate
Start the server
python manage.py runserver