https://github.com/paritoshtripathi935/portfolio_
Portfolio website made using flask , html, css , javascript
https://github.com/paritoshtripathi935/portfolio_
css flask html portfolio python pythonanywhere
Last synced: about 2 months ago
JSON representation
Portfolio website made using flask , html, css , javascript
- Host: GitHub
- URL: https://github.com/paritoshtripathi935/portfolio_
- Owner: paritoshtripathi935
- License: other
- Created: 2023-07-08T19:03:18.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2025-01-09T18:12:40.000Z (over 1 year ago)
- Last Synced: 2025-01-21T04:41:39.561Z (over 1 year ago)
- Topics: css, flask, html, portfolio, python, pythonanywhere
- Language: HTML
- Homepage: http://paritoshtripathi.pythonanywhere.com/
- Size: 3.92 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
README
# Project Title: Flask Portfolio Website
## Images
### Homepage

*Description: This is the homepage of my portfolio website, showcasing a clean and user-friendly design.*
## Table of Contents
- [About](#about)
- [Getting Started](#getting_started)
- [Usage](#usage)
- [Contributing](../CONTRIBUTING.md)
This project aims to create a personal portfolio website using Flask, a web framework in Python. The portfolio website will showcase the developer's skills, projects, and experience. The use of Flask allows for easy customization and dynamic content updates.
These instructions will guide you on setting up the project on your local machine for development and testing purposes.
### Prerequisites
To run the project, you need to have the following installed:
- Python
- Flask
You can install Flask using the following command:
```bash
pip install Flask
```
Installing
Follow these steps to get the development environment up and running:
1. Clone the repository to your local machine:
```bash
git clone https://github.com/paritoshtripathi935/portfolio-flask
```
# Navigate to the project directory:
```
cd flask-portfolio
```
# Install the required dependencies:
```
pip install -r requirements.txt
```
# Run the Flask application:
```
python app.py
```
The application should now be running locally. Open your web browser and go to http://localhost:5000 to view the portfolio website.
## Deployment
```
http://paritoshtripathi.pythonanywhere.com/
```
The portfolio website serves as a showcase of the developer's skills and projects. Customize the content by editing the templates and static files in the project. Update the `.json` files in static folder to include information about your projects and experiences.
## Contributing
If you'd like to contribute to this project, please follow the guidelines outlined in the [CONTRIBUTING.md](CONTRIBUTING.md) file.
Feel free to fork the repository, make your changes, and submit a pull request. Your contributions are highly appreciated!