A modern frontend application architecture built with SvelteKit and Hexagonal / Clean Architecture principles
The SvelteKit Photo Browser is a website designed for browsing photos and albums, utilizing the Typicode API. Its main purpose is to showcase the construction of a modern frontend application architecture using SvelteKit and Hexagonal/Clean Architecture principles.
To install and run the SvelteKit Photo Browser, follow these steps:
task install
task dev
Make any desired changes to the application.
To run tests, use the following command:
task test
The SvelteKit Photo Browser is a demonstration of building a modern frontend application architecture using SvelteKit and Hexagonal/Clean Architecture principles. It offers features such as photo browsing, integration with the Typicode API, and a detailed guide explaining the design process. By following a clean and maintainable codebase, this project showcases a solid foundation for developing frontend applications.