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
.
- HashMap: to store a whole dictionary
- String: to store slang word
- ArrayList: to store definitions of a slang word.
- Java Swing, Java Util, Java AWT, Java IO, Java Time
- 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