This site
Project Overview
I chose to build my portfolio with Strapi and SvelteKit to enhance my skills with these technologies and create a custom CMS tailored to my needs.The idea was also to make it simple and cost-effective, as I don't need a backend running continuously since it is 100% static after the build.I took the opportunity to implement Clean Architecture in SvelteKit and develop the data retrieval part using TDD, to learn how to do it with this technology.As a result, I can switch data sources very quickly and easily.
StrapiJavaScriptSveltekitTailwindCSS
Key Features
- Static site generation
- Automatic build on Netlify when I update content on Strapi thanks to a hook
- Clean Architecture with SvelteKit