This is a web application that seamlessly converts and formats dates between the Ethiopian and Gregorian calendars. Built with Next.js, it provides a user-friendly interface, optimized for high performance and smooth navigation.
Follow these steps to get the development environment up and running:
First, clone the repository to your local machine:
git clone https://github.com/melos-simeneh/qenjs-ethiopian-date-converter
cd qenjs-ethiopian-date-converter
Next, install the project dependencies. You can use one of the following package managers:
npm install
# or
yarn install
# or
pnpm install
# or
bun install
Once the dependencies are installed, start the development server:
npm install
# or
yarn install
# or
pnpm install
# or
bun install
Your development server will now be running at http://localhost:3000
Thank you for exploring this repository! Your interest and support mean a lot. I hope this project provides value to you. If you find it useful, feel free to explore the code, report issues, or contribute!
Happy coding! 🚀