Skip to content

Personal portfolio website showcasing my projects, skills, and experience. Built with Python, Django, HTML, CSS, JavaScript, MySQL, and Bootstrap 5.

Notifications You must be signed in to change notification settings

shanu-shahbin/Portfolio-Website

Repository files navigation

Shanu Shahbin - Portfolio

Welcome to my portfolio website! Experience it live: Shanu Shahbin

Project Preview

Project Section

Project Section

About Me

About Me

Contact Me

Contact Contact Preview

Tech Stack

  • Python
  • Django
  • HTML
  • CSS
  • JavaScript
  • MySQL
  • Bootstrap 5

Installation

To run this project locally, follow these steps:

  1. Clone the repository:

    git clone https://github.com/shanu-shahbin/Portfolio-Website```bash
  2. Navigate into the project directory:

    cd portfolio
  3. Create a virtual environment (optional but recommended):

    python -m venv venv
  4. Activate the virtual environment:

    • On Windows:
      venv\Scripts\activate
    • On macOS and Linux:
      source venv/bin/activate
  5. Install the required dependencies:

    pip install -r requirements.txt
  6. Set up the database:

    • Make sure you have MySQL installed and create a database for the project.
    • Update the database settings in settings.py to match your configurations.
    • Run migrations:
    python manage.py migrate
  7. Run the development server:

    python manage.py runserver
  8. Visit the application: Open your web browser and go to http://127.0.0.1:8000/ to see the application in action.

Screenshots

Home Page

shanushahbin33 pythonanywhere com_projects_project_5_ - Google Chrome 9_14_2024 8_34_53 PM

Projects Showcase

Select works to change _ Django site admin - Google Chrome 9_14_2024 8_34_42 PM

Responsive Design

shanushahbin33 pythonanywhere com_about_ - Google Chrome 9_14_2024 8_35_23 PM

Future Enhancements

  • Implement user authentication to allow personal project uploads.
  • Integrate a blog section to share insights and experiences.
  • Enhance UI/UX with modern design patterns and accessibility features.
  • Optimize performance and load times across all devices.
  • it is not responsive for mobile views so implement responsive across all devices Thank you for visiting my portfolio! Feel free to reach out through the contact section for any inquiries or collaborations. Looking forward to connecting with you!

About

Personal portfolio website showcasing my projects, skills, and experience. Built with Python, Django, HTML, CSS, JavaScript, MySQL, and Bootstrap 5.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published