An Open source dictionary mobile app created with expo and using the Free Dictionary API.
- Search for a word
- Click on any word to search
- Get definition of the word
- Get synonyms of the word
- Get antonyms of the word
- Get examples of the word
- Get type of the word
- Get pronunciation of the word
- Adapts to dark and light mode based on user device settings
- Clone the repository
git clone https://github.com/KBismark/open-dictionary.git
- Change directory
cd open-dictionary
- Install dependencies
npm install
- Start the app
npx expo start
MIT
You are free to use this project for personal and commercial purposes.
Pull requests are welcomed. For major changes, please open an issue first to discuss what you would like to change.
- Free Dictionary API for providing the dictionary API