This project provides a minimal setup to convert between the Ethiopian and Gregorian calendars using React and Vite, with Hot Module Replacement (HMR) and ESLint rules.
- Convert dates between the Ethiopian and Gregorian calendars.
- Fast Refresh for seamless development experience.
- Clean and minimal UI for easy date conversion.
Currently, two official plugins are available for enhanced functionality:
- @vitejs/plugin-react: Uses Babel for Fast Refresh.
- @vitejs/plugin-react-swc: Uses SWC for Fast Refresh.
To get started with the project, clone the repository and install the dependencies:
git clone https://github.com/sabaif-s/ReactApp.git
cd ReactApp
npm install