Online Dictionary which will provide definition, synonyms and, antonyms of any given word.
- 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.
- 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.
- 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.