Skip to content

lulunac27a/event-calculator-springboot

Repository files navigation

Event Calculator using Spring Boot and Thymeleaf

This app is an event calculator to calculate the next event date for repeating events based on event start date, event repeat interval and event repeat frequency.

Getting Started

  1. Clone this repository
  2. Install Maven dependencies by running mvn install
  3. Run the application by running mvn spring-boot:run