Portfolio

Programming Edition

Software Engineering Projects

Here are some of my software projects in Python, JS, and more.

Todo-list website

Description

This project involves the use of accounts which are stored on databases. The notes of an account are saved via POST requests sent from javascript. The communication between the front end and backend is secure.

The frameworks used on the website are flask and bootstrap. Flask is used as a tool to load websites dynamically from templates that are programmed to load data from a source. With that data, it proceeds to fill fields on a html page. Bootstrap allows dynamic html CSS typing without a need for longer classes and such. For example, the website you are viewing this on right now uses bootstrap for button control and scaling.


frameworks/languages used
small icon of flask a small python logo a small java script logo a small sequel logo a small html logo a small css logo

Stock Portfolio Manager

Description

This project fetches an api for stock prices. It involves buying, and selling stocks! There are key features such as account creation, dark/light mode and a logs system. SQL Is heavily used here for both account and portfolio management.

A picture of the server output while running the website.

The frameworks used on the website are flask and bootstrap. Flask is used as a tool to load websites dynamically from templates that are programmed to load data from a source. With that data, it proceeds to fill fields on a html page. Bootstrap allows dynamic html CSS typing without a need for longer classes and such. For example, the website you are viewing this on right now uses bootstrap for button control and scaling.


frameworks/languages used
small icon of flask a small python logo a small java script logo a small sequel logo a small html logo a small css logo

To be added soon: