https://github.com/kbismark/open-dictionary
An Open source dictionary mobile app created with expo and using the Free Dictionary API.
https://github.com/kbismark/open-dictionary
android dictionaries dictionary dictionary-app-expo dictionary-app-expo-router dictionary-app-react-native dictionary-application expo expo-router ios react-native
Last synced: 7 months ago
JSON representation
An Open source dictionary mobile app created with expo and using the Free Dictionary API.
- Host: GitHub
- URL: https://github.com/kbismark/open-dictionary
- Owner: KBismark
- License: mit
- Created: 2025-02-02T02:43:43.000Z (9 months ago)
- Default Branch: master
- Last Pushed: 2025-02-15T01:19:50.000Z (9 months ago)
- Last Synced: 2025-02-15T02:24:42.801Z (9 months ago)
- Topics: android, dictionaries, dictionary, dictionary-app-expo, dictionary-app-expo-router, dictionary-app-react-native, dictionary-application, expo, expo-router, ios, react-native
- Language: TypeScript
- Homepage:
- Size: 711 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Funding: .github/funding.yml
- License: LICENSE
Awesome Lists containing this project
README
# open-dictionary
An Open source dictionary mobile app created with expo and using the Free Dictionary API.
## Features
- 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
## Screenshots

## Installation
1. Clone the repository
```bash
git clone https://github.com/KBismark/open-dictionary.git
```
2. Change directory
```bash
cd open-dictionary
```
3. Install dependencies
```bash
npm install
```
4. Start the app
```bash
npx expo start
```
## License
[MIT](https://choosealicense.com/licenses/mit/)
You are free to use this project for personal and commercial purposes.
## Contributing
Pull requests are welcomed. For major changes, please open an issue first to discuss what you would like to change.
## Includes
- [Free Dictionary API](https://dictionaryapi.dev/) for providing the dictionary API