English dictionary application created using oxford dictionary API.You can quickly and easily search for a word that you don't understand and it will show you the definitions of the word, it's synonyms, examples in a sentance and much more.
git clone https://github.com/dinok3/dictionary.git
cd dictionary
pip install -r requirements.txt
py manage.py migrate
py manage.py runserver