Presenting a sleek cloud English dictionary and word finder mobile app for Android and IOS. Search for words, find definitions, hear pronunciations, discover words synonymous in pronunciations and spellings, and track your search history. Perfect for learners and language enthusiasts alike.
Word search - Word Pronunciation - Definition & Examples - Synonyms of meaning & spelling - Word of the day - Random word - Bookmarks - History...
Make sure to install the dependencies:
# npm
npm install
# yarn
yarn install
# pnpm
pnpm install --shamefully-hoist
Start the development server
npm run dev
# with ionic cli
ionic serve
Build the application for production:
npm run build
# ionic cli
ionic build
Utilities:
# Add platforms
npx cap add android
npx cap add ios
npx cap add pwa
# copy web assets to platforms
npx cap sync
# Generate icons and splash screens
npx capacitor-assets generate
- Fork the repository
- Create a new branch:
git checkout -b new-feature
- Make your changes and commit:
git commit -m 'Add new feature'
- Push to the branch:
git push origin new-feature
- Create a pull request
Feel free to reach out with any questions or suggestions.