Swift Dictionary is a desktop application that supports importing custom third-party dictionaries.
- Import third-party dictionaries on the main page
- Support for pronunciation playback
- View saved words in a vocabulary notebook
- Support for vocabulary tests & practice
- Support for exporting vocabulary lists
- Use the toolbar to navigate between the dictionary and notebook views.
- Import a dictionary using the "Import Dictionary" button.
- Use the search bar to look up words.
- Words you look up will automatically be added to your notebook.
- Node.js (version 20 or higher)
- Electron
- React
- TypeScript
- Webpack
-
Clone the repository:
git clone https://github.com/weifengHuang/swift-dictionary.git
-
Navigate to the project directory:
cd swift-dictionary
-
Install dependencies:
npm install
To start the application in development mode:
npm run start