Skip to content

A gallery of small tools and utilities for learning Svelte and SvelteKit

Notifications You must be signed in to change notification settings

smithandrewl/svelte-gallery

Repository files navigation

svelte-gallery

svelte-gallery is an interactive gallery of small utilities I have made for learning Svelte and SvelteKit.

Application Sections

Home

The Home section provides an overview of the available sections within the application.

CSS Tools

CSS Tools is a collection of utilities for working with CSS.

Color Picker

Color Picker

The Color Picker tool allows users to select colors and view their corresponding HTML color codes.

Shadow Generator

Shadow Generator

The Shadow Generator tool enables users to visually design box shadows and obtain the corresponding CSS code.

Gradient Generator

Gradient Generator

The Gradient Generator tool enables users to visually design a gradient and obtain the corresponding CSS code.

Getting Started

To run svelte-gallery locally, clone the repository and follow these steps:

  1. Install the dependencies:

    npm install
  2. Start the development server:

     npm run dev

The application will be available at http://localhost:5174.

About

A gallery of small tools and utilities for learning Svelte and SvelteKit

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published