Language Vowels Explorer

An interactive website to explore vowels across different languages.

Project Structure

  • backend/: Contains the API for serving language vowel data

    • index.ts: Main entry point for the HTTP API
    • data.ts: Database of languages and their vowel systems
  • frontend/: Contains the UI for browsing vowels

    • index.html: Main HTML template
    • index.tsx: Frontend entry point
    • components/: React components
    • styles.css: CSS styles

Features

  • Browse vowels from languages around the world
  • Interactive vowel chart visualization
  • Compare vowel systems between languages
  • Learn about vowel characteristics in different language families

Technologies

  • Backend: Hono (TypeScript)
  • Frontend: React with TypeScript
  • Styling: TailwindCSS