laptopown
Val Town is a collaborative website to build and scale JavaScript apps.
Deploy APIs, crons, & store data β all from the browser, and deployed in milliseconds.
Viewing readonly version of main branch: v6View latest version
A simple web-based application for designing house floor plans.
- 2D floor plan designer with canvas-based drawing
- Tools for adding rooms, walls, doors, and windows
- Basic furniture placement
- Save and load designs
- Measurement tools
/backend- Server-side code and API endpoints/frontend- Client-side HTML, CSS, and JavaScript/shared- Shared types and utilities
- Draw walls by clicking and dragging on the canvas
- Add doors and windows using the toolbar
- Place furniture from the item palette
- Save your design using the save button
- Load previous designs from the dropdown menu
- HTML Canvas for rendering
- Val Town blob storage for saving designs
- TypeScript for type safety