Some of my projects

Note: Some project examples may take a while to load, they're hosted for free! πŸ‘

Portfolio website
portfolio website

This website!

It uses svelte and sveltekit to make a smooth user experience and a single-page application feel.

Blog website
blog website

A website that has user authentication, blog posting functionality, and even comments!

This one was made with Python using Flask, bootstrap, jinja, and SQL-Alchemy for the database.

To-Do Website
to do website

A simple website that has user authentication and to-do list creation.

It uses Python and flask for the server side and mongoDB as the database.

Color extractor website
color extractor website

Upload an image and have a graph generated of the most prevalent colors.

A bit finicky, but made with Python, Flask, Numpy, and Matplotlib.

Breakout the game 🎨
breakout the game

A simple website that has user authentication and to-do list creation.

It uses Python and flask for the server side and mongoDB as the database.

Tic-Tac-Toe ❌ πŸ…ΎοΈ
tic-tac-toe game

Does what it says on the tin! A simple tic-tac-toe game made with Python