"# PeriodTrackerProject"
A simple Java-based console application that helps users track their menstrual cycle, predict the next period date, and estimate the fertile window using basic object-oriented programming and LocalDate.
- Accepts last period date and average cycle length
 - Predicts:
- Next period date
 - Fertile window start and end
 
 - Console-based user interaction
 - Beginner-friendly OOP structure
 
- Open terminal or command prompt
 - Navigate to the project folder:
 
cd D:\PeriodTracker\src
javac Main.java
java Main