A self-hosted English vocabulary tool running on a local Apache/PHP server. The app displays a full-screen slideshow of English learning images — grammar charts, vocabulary cards, and phrase guides — advancing automatically every 60 seconds. A Word of the Day widget picks a random entry from a 575-word Polish–English dictionary on every page load or button press.
The interface is built as a single-page application with a dark, animated background featuring a drifting grid and ambient glow effects. Images are served dynamically by a PHP backend that scans the image directory and returns the list as JSON.
Source code: github.com/ArturKos/english-learning
Back to Portfolio