Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/warsam-e/wallpaper_board

A small demo of a Pinterest-style board UI.
https://github.com/warsam-e/wallpaper_board

api bun lorem-picsum sass scss svelte typescript vite

Last synced: 3 days ago
JSON representation

A small demo of a Pinterest-style board UI.

Awesome Lists containing this project

README

        

# Wallpaper Board

Wallpaper Board is a small project that shows you how to make a Pinterest-style board UI with web development. It features a responsive grid layout where images look great, just like on Pinterest. Perfect for anyone wanting to learn how to build similar UIs for their web apps.

## Tech Stack

This project uses the following technologies:

- **SvelteKit**: A powerful framework for building web applications with Svelte. It provides server-side rendering, routing, and other essential features for building modern web apps. [Learn more](https://kit.svelte.dev/)
- **Picsum**: A free service for generating placeholder images. [Learn more](https://picsum.photos/)

_Note: This project started out from the SvelteKit scaffold template, by running `bun create svelte@next`._