Skip to content

thanhhoang4869/java-slang-dictionary

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

30 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages