This commit is contained in:
Nicholas Orlowsky 2023-03-31 00:02:27 -05:00
parent e375cbe23d
commit caab3a2979
No known key found for this signature in database
GPG key ID: 58832FD3AC16C706
4 changed files with 42 additions and 5 deletions

View file

@ -3,7 +3,7 @@ doing. I wanted to provide an update on what I got done, and figured I'd turn it
This side project log covers work done from 3/13/2023 - 3/20/2023
## Personal Website Facelift
## [Personal Website Facelift](https://github.com/nickorlow/personal-site)
I managed to move my website over to tab-based navigation pretty early on in the break. It just involved setting
up a navbar component and then using react-navigation to navigate between pages. I also managed to
@ -12,7 +12,7 @@ update my projects page to be more compact and readable.
There is still work to be done on making it look better, but I mostly believe that
it's just going to be somewhat minor tweaks.
## Mahantongo
## [Mahantongo](https://github.com/nickorlow/mahantongo)
I managed to finish this one. I learned a lot about Rust and I've gained an appreciation for
Rust's enforcement of good programming habits, and I really like how error handling is done.