A simple Java application that displays random quotes.
Includes both a command-line version and a Swing GUI demo.
- Display random quotes
- Simple Swing GUI with "New Quote" button
- Easy to extend with more quotes
- Clone this repository
- Compile Java files in src/main/java
- Run App.javafor CLI orGuiApp.javafor GUI
Hrishitha Vikranth