A simple web application built with Svelte, TypeScript, and Vite that demonstrates controlling and displaying device screen orientation. The project provides an interactive UI to switch between landscape and portrait orientations. Now with PWA (Progressive Web App) support: install the app on your device and use it offline with a native-like fullscreen experience.
Clone the repository:
git clone https://github.com/femincan/orientation-control.git
cd orientation-control
Install dependencies:
bun install
Start the development server:
bun run dev
Open your browser to the displayed local address to use the app.
This project is licensed under the MIT License. See LICENSE for details.