A simple app built with Vanilla JavaScript and TailwindCSS that helps you learn one Polish word at a time.
- Displays a Polish word, English translation, and example sentence
- Click "Next Word" to learn another
- Fully responsive design with TailwindCSS
- Word data is hardcoded directly in
script.js
— no external API calls
- Vanilla JavaScript
- TailwindCSS
- HTML5
- Clone the repository
- Navigate to the project directory:
cd daily-polish-word
- Open index.html in your browser
open index.html