/Conversor-de-Medidas

Conversor-de-medidas(temperatura,computacionais e métricas)

Primary LanguageTypeScript

Measurement Converter

This is my first project Next.js

  • For you create project using command:
    create-next-app 'file-name'

Getting Started

  • Copy repository and run this command in your terminal:

    npm run dev
    # or
    yarn dev
    • Remember to update these package managers(npm and yarn)

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

Operation 🚀

  • Using compoment:

    • Where he can ensure that the page doesn’t refresh, when switching to another page.
    import Link from 'link/next'
    

    Component 'Link'

  • In pages :

    • Tempature:

      • Celsius -> Fahrenheit && Kelvin
      • Fahrenheit -> Celsius && Kelvin
      • Kelvin -> Celsius && Fahrenheit
    • Computer:

      • Binary && Hexadecimal && Octal -> Decimal
    • Metric:

      • Meters input and convert another metrics(km, hm, dam, dm, cm and mm)

Learn More

To learn more about Next.js, take a look at the following resources:

You can check out the Next.js GitHub repository - your feedback and contributions are welcome!

Deploy on Vercel

The easiest way to deploy your Next.js app is to use the Vercel Platform from the creators of Next.js.

Check out our Next.js deployment documentation for more details.