svelte-gallery is an interactive gallery of small utilities I have made for learning Svelte and SvelteKit.
The Home section provides an overview of the available sections within the application.
CSS Tools is a collection of utilities for working with CSS.
The Color Picker tool allows users to select colors and view their corresponding HTML color codes.
The Shadow Generator tool enables users to visually design box shadows and obtain the corresponding CSS code.
The Gradient Generator tool enables users to visually design a gradient and obtain the corresponding CSS code.
To run svelte-gallery locally, clone the repository and follow these steps:
Install the dependencies:
npm install
Start the development server:
npm run dev
The application will be available at http://localhost:5174.