voweltown
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: v9View latest version
An interactive website to explore vowels across different languages.
-
backend/: Contains the API for serving language vowel dataindex.ts: Main entry point for the HTTP APIdata.ts: Database of languages and their vowel systems
-
frontend/: Contains the UI for browsing vowelsindex.html: Main HTML templateindex.tsx: Frontend entry pointcomponents/: React componentsstyles.css: CSS styles
- Browse vowels from languages around the world
- Interactive vowel chart visualization
- Compare vowel systems between languages
- Learn about vowel characteristics in different language families
- Backend: Hono (TypeScript)
- Frontend: React with TypeScript
- Styling: TailwindCSS