Skip to content

NirmalSilwal/Online_Dictionary

Repository files navigation

Online Dictionary 🔎 👨‍🎓

Website that functions as online dictionary. This dictionary was part of course project of WAP(Web application programming) at my university.


The purpose of this project is to review and integrate all of the tools and techniques you have learned in this course. In this project, you will create a website that uses all of the following technologies: HTML, CSS, JavaScript, jQuery, Node.js, AJAX, SQL, and JSON.

Your goal is to create a simple website that functions as an Online English Dictionary. The Dictionary is stored on the web server as a SQL table with three fields: word, word type, and definition. Your website is created using the following files:

  • dict.html displays the webpage containing the User Interface
  • dict.css styling for dict.html
  • dict.js JavaScript event handlers for dict.html
  • jQuery.js Standard jQuery library
  • Dictionary.js Node.js web server for this web site
  • word.js Node.js program to lookup the term in the database, collect the meanings, and send JSON to Browser

Demo 💻 🧑‍💻

few screenshot of dictionary search results


search word - king 🤴

word-king


search word - ajax 👾

wprd-ajax


search word - love ❤️

wprd-love


search word - promise 👩‍❤️‍👨

wprd-promise


search word - vehicle 🚀 🚘 🏍

wprd-vehicle


Issue faced while solving project - described in this file