Skip to content

vboechat/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:

# Unit tests
npm run test
## Coverage
npm run test:coverage

# E2E tests
npm run dev
npm run cypress:run

Contributing

Firstly, thank you for your interest in contributing to the project, highly appreciated. If you want to contribute to the project, please follow the following steps:

  1. Fork the project
  2. Create a new branch with the following format: <type>/<branch-name>.
  3. Make your changes
  4. Create a pull request following the semantic commit format, the title of the pull request also should follow the semantic commit format.

Stay aware that if changes are requested from the reviewers, you will have 3 to 7 days to make the changes, otherwise the pull request will be closed.

Credits

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