https://github.com/adaliszk/web-sandbox
Web-based experiments, explorations, and demonstrations.
https://github.com/adaliszk/web-sandbox
experiments learning prototyping web
Last synced: 7 days ago
JSON representation
Web-based experiments, explorations, and demonstrations.
- Host: GitHub
- URL: https://github.com/adaliszk/web-sandbox
- Owner: adaliszk
- License: bsd-3-clause
- Created: 2024-04-28T05:16:01.000Z (about 2 years ago)
- Default Branch: develop
- Last Pushed: 2024-06-11T03:26:38.000Z (about 2 years ago)
- Last Synced: 2026-01-24T01:24:24.551Z (5 months ago)
- Topics: experiments, learning, prototyping, web
- Language: TypeScript
- Homepage:
- Size: 162 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# Web Prototypes
Monorepo for my experiments involving web technologies. Mainly for learning purposes, but also as a demonstration
of my skills as I learn over-time. The purpose of this repository is to build up a collection of references, and
have a playground to test new ideas and technologies.
### Prerequisites
- [`node.js >= 20.x`](https://nodejs.org/en/download) as the environment for development
- [`pnpm >= 9.0`](https://pnpm.io/installation) as the package manager
- [`biome >= 1.7`](https://biomejs.dev/) as the code formatter and linter
## Projects
Within this repository, my plan is to create projects to explore or learn, then archive them for future reference.
For now, I leave the projects in their original place but disable them in the workspaces definition so that links
and references would not break.
> [!NOTE]
> While normally I would not list development dependencies in the workspace `package.json` files, I have done so
> in this repository so that anyone could open the individual projects with stackblitz.
| Project | Stage | Date | Description |
|:-------------------------------------------------------------------------------------------------------------------------------|:----------|:--------------|:------------------------------------------------------------------------------------------------------------------|
| [apps/qwik-white-label-domains](https://stackblitz.com/github/adaliszk/web-sandbox/tree/develop/apps/qwik-white-label-domains) | Prototype | June of 2024 | Creating a prototype for a white-label domain resolution with Qwik-City. |
| [apps/qwik-website](https://stackblitz.com/github/adaliszk/web-sandbox/tree/develop/apps/qwik-website) | Prototype | April of 2024 | Verifying the capabilities of Qwik to serve a static website with incremental builds and external markdown files. |