Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/henryhale/webexp
🔍 An experimental approach to web development
https://github.com/henryhale/webexp
browser css design experimental henryhale html javascript
Last synced: 3 days ago
JSON representation
🔍 An experimental approach to web development
- Host: GitHub
- URL: https://github.com/henryhale/webexp
- Owner: henryhale
- License: mit
- Created: 2024-07-27T03:50:29.000Z (4 months ago)
- Default Branch: master
- Last Pushed: 2024-07-27T23:25:26.000Z (4 months ago)
- Last Synced: 2024-07-28T07:23:29.492Z (4 months ago)
- Topics: browser, css, design, experimental, henryhale, html, javascript
- Language: TypeScript
- Homepage:
- Size: 22.5 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# WebExp
🔍 _A set of small experimental approaches to future web development._
>:warning: _work in progress_
## Overview
This is an attempt to create new approaches to developing applications by abstracting the common grounds for both future and existing projects.
## Motivation
It is based on the idea: _"What if there was one more level of abstraction on top of the browser? Instead of always coding the same forms, dashboards, contact pages, and more from scratch. How about we have a standard system of common responsive components, layouts and themes for developers to quickly setup thier projects using high-level interfaces?"_
## Experiments
In this repository, each folder represents a different experiment containing a README.md file.
- [Blocks](./blocks/)
- [Commands](./commands/)
- [Themes](./themes/)## Contributing
Feel free to fork/clone this repository and try these experiments.
Open a new issue in case of any queries, otherwise a pull request making these approaches better is considered welcome.No dependencies included but be sure to have TypeScript installed globally when developing or fixing a bug.
## License
[MIT License](./LICENSE.md)
© 2024, Henry Hale