thanhhoang4869 / java-slang-dictionary

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Slang Dictionary

This is a project of the course Java Application Development in FIT - HCMUS. In this project, I build a slang dictionary using Java.

  • See source codes in directory Source.

Data structure

  • HashMap: to store a whole dictionary
  • String: to store slang word
  • ArrayList: to store definitions of a slang word.

Libraries

  • Java Swing, Java Util, Java AWT, Java IO, Java Time

Features

  • Search for definition by slang
  • Search for slang by definition
  • View searching history
  • Add a new slang
  • Edit a slang
  • Delete a slang
  • Suggest today's slang
  • Slang quiz
  • Definition quiz
  • Reset dictionary

Author

About


Languages

Language:Java 100.0%