A simple, browser-based vocabulary lookup application that helps you save and organize word definitions by groups.
- Word Lookup: Get definitions from the free Dictionary API
- Group Organization: Create and manage vocabulary groups to organize your words
- Local Storage: All data is saved locally in your browser
- Export Functionality: Export your vocabulary lists as Markdown files
- Responsive Design: Works on desktop and mobile devices
- Clean UI: Modern, user-friendly interface
- Open the App: Simply open
index.html
in any modern web browser - Create a Group: Enter a group name and click "Add Group" to get started
- Look Up Words: Type a word and click "Get Definition" to find its meaning
- Save Words: Definitions are automatically saved to your current group
- Export Data: Click "Export Saved Words" to download your vocabulary as a Markdown file
- Enter a group name in the "Enter a group name" field
- Click "Add Group" to create a new vocabulary group
- Use the dropdown to switch between groups
- Select a group from the dropdown
- Type a word in the "Enter a word" field
- Click "Get Definition" to fetch the definition
- The word and its definitions will be automatically saved to the current group
- View Saved Words: All saved words appear below the lookup section
- Expand Definitions: Click on any saved word to show/hide its definitions
- Delete Words: Click the "✕" button next to any word to remove it
- Delete Groups: Use the "Delete Group" button to remove entire groups
- Select the group you want to export
- Click "Export Saved Words" to download a Markdown file
- The file will contain all words and definitions from that group