The goal of this project was to create a simple Java GUI application that implements the concepts of inheritance and polymorphism.
The application is a simple wiki that allows the user to create, read, update, and delete articles.
To edit the project, clone the repository and open it in an IDE (IntelliJ was used to create the project):
git clone https://github.com/LucasAstley/WikiKomenKonFe.gitTo run the compiled .jar file, use the following command:
java -jar WikiKomenKonFe.jar- Local save feature using JSON with GSON
- Globalized wiki styling using custom buttons
Made with ❤️ by Lucas LASBENNES

