Personal portfolio built with SvelteKit and Tailwind CSS, hosted on Netlify.
The site showcases my projects, technical background, and ways to contact me.
- SvelteKit
- Tailwind CSS
- TypeScript
- Netlify (Hosting & CI/CD)
- GitHub (Version Control)
- Responsive layout for all devices
- Project showcase with descriptions and links
To run locally, just clone the repo and run with npm (install dependencies beforehand).
git clone https://github.com/jimcollado/portfolio.git
cd portfolio
npm install
npm run dev