This project is a PWA (Progress Web Application), that allows you to convert temperatures from a common unit (Celsius, Fahrenheit and Kelvin) to another one.
You will need to have Node installed in your computer with minimum version 18.X, you can download it from here. To install the project locally, just run the following command in your terminal:
npm install
To run the project locally, just run the following command in your terminal:
npm run dev
If you want to execute the tests, just run the following command in your terminal:
npm run test
# Coverage
npm run test:coverage
This project was created using the following technologies/libraries/websites: