This repository contains my portfolio website. It is hosted at https://simon.hackclub.app.
- Showcases projects with images, descriptions, and links
- Displays time spent on each project using the Hackatime API
- Visitors can leave comments on the website
- Cool design
-
Clone the Repository
git clone https://github.com/simon0302010/Portfolio.git cd Portfolio -
Install requirements
python3 -m pip install -r requirements.txt
-
Start the server
python3 app.py
The webserver should now be running at http://127.0.0.1:5111
To see the time spent coding today you need to set the HACKATIME_API_KEY environment variable with your Hackatime API key before running the application. Also remember to change the user ID in all scripts to your own user ID.
On Linux/macOS:
export HACKATIME_API_KEY=your_api_key_hereOn Windows (Command Prompt):
set HACKATIME_API_KEY=your_api_key_hereReplace your_api_key_here with your actual Hackatime API key.
This project is licensed under the terms of the GNU General Public License Version 3.