Skip to content

LNU-PUB/610_L2_UnitConverter_TestApp

Repository files navigation

Test application for d4m-unit-converter npm package

This is a Next.js project bootstrapped with create-next-app.

Startup

First, install all components:

npm install
# or
yarn
# or
yarn install
# or
pnpm install

then, run the development server:

npm run dev
# or
yarn dev
# or
pnpm dev
# or
bun dev

Open http://localhost:3000 with your browser to see the result.

You can convert from the metric to imperial length systems and vice verse and you can do temperature conversions between the Celsius, Fahrenheit, and Kelvin scales.

This project uses next/font to automatically optimize and load Inter, a custom Google Font.