Vocallia is a desktop application designed to help users learn and manage vocabulary in various languages. With an intuitive interface and comprehensive features, Vocallia makes the language learning process enjoyable and effective.
- Vocabulary Management: Add, edit, and delete vocabulary across different categories (nouns, verbs, adjectives, etc.).
- Export & Import: Export vocabulary to JSON or CSV format and import vocabulary from files for easy management.
- Random Mode: Learn vocabulary in random order to enhance retention.
- Auto Speak: Automatic speaking feature to hear the pronunciation of vocabulary.
- Speak Delay Settings: Adjust the speaking delay for a better learning experience.
- Responsive Interface: Attractive design that is easy to use on various screen sizes.
Here are some screenshots of the application in action:
Before installing Vocallia, make sure you have Node.js and npm installed on your system.
- Clone the Repository:
git clone https://github.com/mohwildan/vocallia.git
cd vocallia
- Install Dependencies:
npm install
- Run the Application:
npm run start