Open Source Africa Dictionary
afridict
A open source dictionary for African languages.
Built by @pythonbrad
## đźš´ Usage
```
npm install
npm start
```
## 🔋 Files Included
- `.gitignore`: ignores `node_modules`
- `README.md`: the file you are reading now!
- `index.html`: a bare bones html document that includes the webpack bundle
- `index.js`: js file
- `data.js`: manage the data
- `translation.js`: manage the webpage translation
- `package.json` and `package-lock.json`:
- pulls in devDependencies for using webpack:
- `webpack`
- `webpack-cli`
- `webpack-dev-server`
- defines a `start` script to run `webpack-dev-server`
- `webpack.config.js`: configuration file for bundling your js with webpack
## License
Licensed under MIT license (LICENSE or
opensource.org).
### Contribution
We are open for contribution.