Skip to content

Latest commit

 

History

History
52 lines (36 loc) · 1.31 KB

README.md

File metadata and controls

52 lines (36 loc) · 1.31 KB

Ethiopian Date Converter & Formatter

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.

Getting Started

Follow these steps to get the development environment up and running:

1. Clone the Repository

First, clone the repository to your local machine:

git clone https://github.com/melos-simeneh/qenjs-ethiopian-date-converter
cd qenjs-ethiopian-date-converter

2. Install dependencies

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

3. Run the development server

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

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! 🚀