From 09b624eccb7358d00efbf7170456a4feb87e2d2c Mon Sep 17 00:00:00 2001 From: Hayden Hargreaves Date: Thu, 9 Apr 2026 11:32:13 -0700 Subject: [PATCH] Update README.md --- README.md | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 4018cbb..6f526d7 100644 --- a/README.md +++ b/README.md @@ -10,6 +10,10 @@ > > "An idiot admires complexity, a genius admires simplicity." – Terry A. Davis +## Portfolio + +My personal website can be found [here](https://hhargreaves.net)! Along with projects, resumes, and my [blog](https://hhargreaves.net/journal) + ## Skills **Languages:** Go, C#, Python, C/C++, JavaScript/TypeScript, SQL @@ -20,11 +24,6 @@ ## Current Projects -- **Text Editor:** Another attempt at building a Vim-like text editor. Using Go and Charms Bubbletea this time. +- **Gim:** Opinionate vim-like text editor, built with Go and Charms Bubbletea. - **Potion**: A recipe database that allows users to upload, view, and share their favorite recipes. - -## Project Ideas -- **Home Server Email Report:** Generate a report and send it to the owner of the home server containing status and other useful information. -- **Mutable String Class:** Create a mutable string class in python using Object-Oriented-Programming. -- **Leet Code Clone**: Web application with a backend allowing users to upload and test code with defined test cases.