Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/shanu-shahbin/portfolio-website
Personal portfolio website showcasing my projects, skills, and experience. Built with Python, Django, HTML, CSS, JavaScript, MySQL, and Bootstrap 5.
https://github.com/shanu-shahbin/portfolio-website
Last synced: about 2 months ago
JSON representation
Personal portfolio website showcasing my projects, skills, and experience. Built with Python, Django, HTML, CSS, JavaScript, MySQL, and Bootstrap 5.
- Host: GitHub
- URL: https://github.com/shanu-shahbin/portfolio-website
- Owner: shanu-shahbin
- Created: 2024-01-31T09:10:07.000Z (12 months ago)
- Default Branch: main
- Last Pushed: 2024-09-14T15:09:54.000Z (4 months ago)
- Last Synced: 2024-09-16T00:50:04.781Z (4 months ago)
- Language: CSS
- Homepage: https://shanushahbin33.pythonanywhere.com/
- Size: 21.4 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Shanu Shahbin - Portfolio
Welcome to my portfolio website! Experience it live: [Shanu Shahbin](https://shanushahbin33.pythonanywhere.com/)
![Project Preview](https://github.com/user-attachments/assets/5ddb9321-d96f-4796-9769-3a0d4888c10b)
## Project Section
![Project Section](https://github.com/user-attachments/assets/f1ad3822-f4f4-488c-baba-93c7fce1dd8b)## About Me
![About Me](https://github.com/user-attachments/assets/77002dd2-ed08-4f52-bd6e-089e2816d10f)## Contact Me
![Contact](https://github.com/user-attachments/assets/bebeb285-eb7e-464d-bf50-adcf0403eddd)
![Contact Preview](https://github.com/user-attachments/assets/2ef5e18a-280d-47c6-9458-5e7ffb448685)## Tech Stack
- **Python**
- **Django**
- **HTML**
- **CSS**
- **JavaScript**
- **MySQL**
- **Bootstrap 5**## Installation
To run this project locally, follow these steps:
1. **Clone the repository:**
```bash
git clone https://github.com/shanu-shahbin/Portfolio-Website```bash
```2. **Navigate into the project directory:**
```bash
cd portfolio
```3. **Create a virtual environment (optional but recommended):**
```bash
python -m venv venv
```4. **Activate the virtual environment:**
- On Windows:
```bash
venv\Scripts\activate
```
- On macOS and Linux:
```bash
source venv/bin/activate
```5. **Install the required dependencies:**
```bash
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:
```bash
python manage.py migrate
```7. **Run the development server:**
```bash
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](https://github.com/user-attachments/assets/29e73621-ec6e-4da9-8148-47630e911089)### Projects Showcase
![Select works to change _ Django site admin - Google Chrome 9_14_2024 8_34_42 PM](https://github.com/user-attachments/assets/81e33071-3951-49a8-a948-915eede93905)### Responsive Design
![shanushahbin33 pythonanywhere com_about_ - Google Chrome 9_14_2024 8_35_23 PM](https://github.com/user-attachments/assets/e4ba26ee-e021-42b2-8028-fc31a07606c1)## 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!
```