a website designed to convert ethiopian dates into gregorian dates and vice versa.
# Ethiopian – Gregorian Calendar Converter
This project is a web-based calendar converter that converts dates between
the Ethiopian Calendar and the Gregorian Calendar.
The application is built using **HTML, CSS, and JavaScript** and demonstrates
basic frontend development skills, date calculations, and logical problem solving.
## Features
- Ethiopian → Gregorian date conversion
- Gregorian → Ethiopian date conversion
- Leap year handling for both calendars
- Date validation (including Pagume month)
- Simple and user-friendly interface
- Real-time clock and current date display
## Technologies Used
- HTML
- CSS
- JavaScript
## Project Structure
- `index1.html` – Ethiopian to Gregorian conversion page
- `index2.html` – Gregorian to Ethiopian conversion page
- `istyles.css` – Styling for the application
- `index1.js` – Logic for Ethiopian → Gregorian conversion
- `index2.js` – Logic for Gregorian → Ethiopian conversion
## Author
**Bereket Mekonen**