This is my personal website built using prebuilt template, Flask, HTML, CSS, JavaScript, and Bootstrap. It showcases my skills and interests, and serves as a hub for my various projects. The website is hosted using the free hosting provided by: https://www.pythonanywhere.com
This website was built using the following technologies:
- Python
- Flask
- HTML
- JavaScript
- Bootstrap
Here are some enhancements I plan to make in the future:
- Add more projects to the portfolio page.
- Implement a way for visitors to leave reviews and comments.
- My personal website: https://stefanshipinkoski.pythonanywhere.com
- My GitHub repository:https://github.com/stefanshipinkoski/portfolio_website
I'm open to contributions from other developers! If you'd like to contribute, please follow these steps:
- Fork this repository to your own GitHub account.
- Create a new branch with your changes:
git checkout -b my-branch
. - Make your changes and commit them with a clear message.
- Push your changes to your fork:
git push origin my-branch
. - Create a pull request form your fork to this repository.
To run the website locally, follow these steps:
- Clone this repository to your local machine.
- Install the necessary dependencies by running
pip install -r requirements.txt
- Set the Flask app environment variable by running
$env:FLASK_APP="server.py"
|$env:FLASK_ENV="development"
- Run the app by running
flask run
. - Visit
localhost:5000
in your browser to view the website