MashymAli / MyDictionary

Dictionary which will provide definition, synonyms and, antonyms of any given word. Oxford Dictionary API is used.

Home Page:https://bit.ly/3RUpUnE

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

MyDictionary

Online Dictionary which will provide definition, synonyms and, antonyms of any given word.

Overview

  • Fontend is developed with Bootstrap and some basic html.
  • This web application is responsive.
  • Django framework of python is used as the backend for this project.
  • Oxford Dictionary API is used to gather data.

Prerequisites

  • Django 4.1.1 version should be installed on your system.
  • Python should be installed on your system.
  • You should have your own API key for oxford dictionary.
  • Go through requirements.txt file to see all the modules used in this project.

Running on your system

  • Download all modules used in this project.
  • Clone this repo on your local system.
  • Create .env file and, add your SECRET_KEY and APP_ID of API there.

Screenshots

1 2

About

Dictionary which will provide definition, synonyms and, antonyms of any given word. Oxford Dictionary API is used.

https://bit.ly/3RUpUnE


Languages

Language:Python 59.7%Language:CSS 20.6%Language:HTML 19.6%