An open API service indexing awesome lists of open source software.

https://github.com/spimy/spimy.dev

Personal Portfolio. Original coded using Nuxt 3 but I did not like how everything turned out so it is recoded using SvelteKit. The Nuxt 3 version is still available.
https://github.com/spimy/spimy.dev

Last synced: 5 days ago
JSON representation

Personal Portfolio. Original coded using Nuxt 3 but I did not like how everything turned out so it is recoded using SvelteKit. The Nuxt 3 version is still available.

Awesome Lists containing this project

README

          

# spimy.dev

Personal portfolio site with a brief introduction to who I am as well as a page dedicated to my past projects.
You can contact me via the contact form on the site.

## Credits

Icon Logo Design by OmniFX (current username unknown unfortunately)

Character Logo Design by [dotonBurii](https://twitter.com/dotonBurii)

Portfolio Design by [Nikhil Kumar Swain](https://github.com/nikhilswain) using [Figma](https://www.figma.com)

Tileable hexagons CSS in skill section by [Temani Afif](https://stackoverflow.com/questions/66194160/how-to-make-css-hexagon-honeycomb-grid-based-on-set-math-equations-flexible)

- Hover fix in reply linked to [JSFiddle also by Temani Afif](https://jsfiddle.net/31rp6dn4/)

Coded by [Spimy](https://github.com/Spimy) aka myself

Built on [SvelteKit](https://kit.svelte.dev/) and hosted on [Vercel](https://vercel.com)

## Why I Used SvelteKit

Initially the portfolio was created on Nuxt 3 and it is still viewable on my [GitHub](https://github.com/Spimy/spimy.dev_nuxt) but I absolute hated working with [UnJS](https://github.com/unjs) that Nuxt 3 decided to use for its backend. It started becoming messy and some code also kind of became difficult to maintain because I just did whatever to made things work. As such, I decided to recode the entire project in SvelteKit.