A simple mock browser built in JavaFX as part of CS 1331 at Georgia Tech.
- GUI browser window
- Two hardcoded sites:
- Discussion Board, "javadiscussion.com": Allows creating and storing posts in memory
- Blank Page, "1331motd.com": A placeholder static site
- Mimics basic site-switching behavior
- Java
- JavaFX
- Clone the repo
- Compile and run using JavaFX setup
- Navigate between the two mock sites by entering the "link" in the search bar of the browser's home page
- Post to the discussion board!
This project was a class assignment for Georgia Tech's CS 1331, exploring GUI programming and basic state management.