This project is a simple flip clock application.

To get started, follow these steps:
- Open IntelliJ IDEA.
- Select
File>Open. - Navigate to the directory where you cloned this repository and select the
pom.xmlfile. - IntelliJ will prompt you to import the project as a Maven project. Confirm this.
- Once the project is imported, navigate to
src/main/java/com/example/flipclock/flipclock/HelloApplication.java. - Right-click on the
HelloApplication.javafile. - Select
Run 'HelloApplication.main()'from the context menu.
Enjoy your flip clock!