A modern web app to convert dates between the Ethiopian and Gregorian calendars. Supports both English and Amharic, with a beautiful UI and instant conversion.
- Convert dates between Ethiopian and Gregorian calendars
- Supports both English and Amharic languages
- Responsive and modern UI (Next.js, Tailwind CSS)
- Quick access buttons for major holidays and next events
- Open source and free to use
ethiopian-calendar
date-converter
calendar
gregorian-calendar
amharic
nextjs
react
typescript
tailwindcss
open-source
If you get npm peer dependency errors on Vercel, add this to your vercel.json
:
{
"build": {
"env": {
"NPM_FLAGS": "--legacy-peer-deps"
}
}
}
Or set the build command to:
npm install --legacy-peer-deps && npm run build
- Clone the repository:
git clone https://github.com/usmaelabdureman/ethiopian-calendar-converter.git cd ethiopian-calendar-converter
- Install dependencies:
npm install # or yarn install
- Run the development server:
npm run dev # or yarn dev
- Open in your browser: Visit http://localhost:3000
app/
— Main Next.js app pages and layoutcomponents/
— Reusable UI componentshooks/
— Custom React hookslib/
— Utility functionspublic/
— Static assetsstyles/
— Global stylesutils/
— Date conversion utilities
MIT License. See LICENSE for details.