This Website
Languages & Tools Used: Python, JSON, HTML5, CSS, JavaScript
-
This website was originally made to be a dynamic website with Flask,
allowing for me to update the page without having to re-deploy the website
whenever I want to update any of the pages.
-
Closer to deployment, I found out that GitHub pages does not support Flask apps. After building 90%
of the website, I had to make it static instead.
-
To achieve this, I utilized my skills from my Web Systems course and developed a
Python program that would render pages for me using Jinja2, given a template and a JSON file.
This JSON file contained all the data from my previous SQLite3 database that
was going to be used for the dynamic version of this website.
-
The result is this website you are currently viewing!