Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/nadimtuhin/fox-dictionary-bangla
English to Bangla dictionary
https://github.com/nadimtuhin/fox-dictionary-bangla
Last synced: 25 days ago
JSON representation
English to Bangla dictionary
- Host: GitHub
- URL: https://github.com/nadimtuhin/fox-dictionary-bangla
- Owner: nadimtuhin
- Created: 2015-02-02T04:45:18.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2015-03-15T09:23:17.000Z (over 9 years ago)
- Last Synced: 2024-04-15T01:14:33.122Z (7 months ago)
- Language: JavaScript
- Homepage:
- Size: 6.88 MB
- Stars: 3
- Watchers: 4
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
## Fox Dictionary: FirefoxOS/Android/iOS GRE Dictionary
Tested on firefoxos. Have not tested with android/ios. I would appreciate if you taste and report bugs on it.
## Screenshots
![Alt text](/screenshot1.png?raw=true)
![Alt text](/screenshot2.png?raw=true)### Start Hacking (*nix workflow)
##### pre-requites (if you dont have them)
```sh
sudo apt-get install nodejs
sudo npm install -g ionic
sudo npm install -g cordova
sudo npm install -g bower
sudo npm install -g gulp
```
##### after you are setup lets build
```sh
npm install
bower install
ionic serve
gulp
```#### build for your desired os
##### Android
```sh
ionic platform add android
ionic build
```
the apk file is in platform/android/build##### firefoxos
```sh
ionic platform add firefoxos
ionic build
```
the installable package is in platform/firefoxos/build### Intended features:
- word games
- add pictures to words
- comment the codebase
- flash cards### Contribute:
help me to make this app awesome. send me pull requests