Skip to content

Latest commit

 

History

History
44 lines (32 loc) · 1.12 KB

README.md

File metadata and controls

44 lines (32 loc) · 1.12 KB

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.