Skip to content

TomNag-CS50/termometresch

 
 

Repository files navigation

Termometresch

Description

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.

Getting started

Installation

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

Running the project

To run the project locally, just run the following command in your terminal:

npm run dev

Tests

If you want to execute the tests, just run the following command in your terminal:

npm run test
# Coverage
npm run test:coverage

Credits

This project was created using the following technologies/libraries/websites:

About

A temperature converter application

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 93.4%
  • HTML 6.6%