This is an application for converting shoe sizes. It is planned to add other converters in the future.
It is built with Next.js 13, TypeScript, internationalization using Next-intl and MUI
It is deployed to https://convertxpert.com/
First, run the development server:
npm run dev
# or
yarn dev
# or
pnpm dev
Open http://localhost:3000 with your browser to see the result.