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.
index.ts
https://neverstew--3673b850369d11f096fa9e149126039e.web.val.run
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