Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/warsam-e/wallpaper_board
- Owner: warsam-e
- Created: 2024-08-29T21:43:28.000Z (2 months ago)
- Default Branch: main
- Last Pushed: 2024-08-29T22:18:27.000Z (2 months ago)
- Last Synced: 2024-10-11T12:05:24.526Z (26 days ago)
- Topics: api, bun, lorem-picsum, sass, scss, svelte, typescript, vite
- Language: SCSS
- Homepage: https://warsam-e.github.io/wallpaper_board/
- Size: 48.8 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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`._