├── .gitignore ├── README.md ├── _config.yml ├── app.js ├── index.html └── style.css /.gitignore: -------------------------------------------------------------------------------- 1 | .vscode -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codersgyan/dictionary-app/HEAD/README.md -------------------------------------------------------------------------------- /_config.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codersgyan/dictionary-app/HEAD/_config.yml -------------------------------------------------------------------------------- /app.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codersgyan/dictionary-app/HEAD/app.js -------------------------------------------------------------------------------- /index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codersgyan/dictionary-app/HEAD/index.html -------------------------------------------------------------------------------- /style.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codersgyan/dictionary-app/HEAD/style.css --------------------------------------------------------------------------------