Skip to content

Latest commit

 

History

History
95 lines (51 loc) · 2.04 KB

README.md

File metadata and controls

95 lines (51 loc) · 2.04 KB

My Personal Portfilio Website (Django)

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

Features

  • Light/dark mode toggle
  • Live previews
  • Fullscreen mode

Demo

(https://user-images.githubusercontent.com/104616403/210330707-c8607c2b-6929-435f-bb58-d3176454b4fa.gif)

Screenshots

image

image image

image

image

image

🔗 Links

linkedin

🛠 Skills

Javascript, HTML, CSS, python, Django, Bootstrap...

Hi, I'm Mohammad Burhan! 👋

🚀 About Me

I'm a full stack developer...

Feedback

If you have any feedback, please reach out to us at [email protected]

Tech Stack

Client: Html, css, Bootstrap

Server: python, Django

Run Locally

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     

Authors