An interactive website to explore vowels across different languages.
backend/: Contains the API for serving language vowel data
index.ts: Main entry point for the HTTP APIdata.ts: Database of languages and their vowel systemsfrontend/: Contains the UI for browsing vowels
index.html: Main HTML templateindex.tsx: Frontend entry pointcomponents/: React componentsstyles.css: CSS styles