An open API service indexing awesome lists of open source software.

https://github.com/marcode24/unit-converter

🎲 This is a unit converter, you can convert from one unit to another, it has different categories, such as length, weight, volume, etc.
https://github.com/marcode24/unit-converter

angular css html5 javascript mobile-first responsive-design sass scss typescript

Last synced: 3 months ago
JSON representation

🎲 This is a unit converter, you can convert from one unit to another, it has different categories, such as length, weight, volume, etc.

Awesome Lists containing this project

README

        


🎲 Unit Converter


View Demo



![Version](https://img.shields.io/github/package-json/v/marcode24/unit-converter?style=popout&logo=npm)
![GitHub CI Workflow Status](https://img.shields.io/github/actions/workflow/status/marcode24/unit-converter/ci.yml?branch=main&style=popout&logo=testcafe&label=tests)
![GitHub repo size](https://img.shields.io/github/repo-size/marcode24/unit-converter?style=popout&logo=github&label=repo%20size)
![GitHub](https://img.shields.io/github/license/marcode24/unit-converter?style=popout&logo=github&label=license)
![GitHub Repo stars](https://img.shields.io/github/stars/marcode24/unit-converter?style=popout&logo=apachespark&color=yellow&logoColor=yellow)
![Github repo views](https://img.shields.io/github/search/marcode24/unit-converter/unit-converter?style=popout&logo=github&label=repo%20views)
![GitHub last commit](https://img.shields.io/github/last-commit/marcode24/unit-converter?style=popout&logo=git&label=last%20commit)

## 🚀 Getting Started

This is a unit converter, you can convert from one unit to another, it has different categories, such as length, weight, volume, etc.

### 📝 Requirements

- [![Angular](https://img.shields.io/badge/Angular-blue?style=popout&logo=angular&logoColor=red)](https://angular.io/)
- [![Node](https://img.shields.io/badge/Node-gray?style=popout&logo=node.js)](https://nodejs.org/en/)
- [![NPM](https://img.shields.io/badge/NPM-blue?style=popout&logo=npm)](https://www.npmjs.com/)
- [![Git](https://img.shields.io/badge/Git-gray?style=popout&logo=git)](https://git-scm.com/)

Optional tools:

- [![Visual Studio Code](https://img.shields.io/badge/Visual%20Studio%20Code-blue?style=popout&logo=visual-studio-code)](https://code.visualstudio.com/)

### 📦 Install

```bash
# Clone this repository
$ git clone https://github.com/marcode24/unit-converter

# Go into the repository
$ cd unit-converter

# Install dependencies
$ npm install

# Run the app
$ ng serve
```

shut it down manually with `Ctrl-C` or `Cmd-C`.

## 📐 Tests

```bash
# Run tests
$ npm run test

# Run tests with coverage
$ npm run test:cov
```

## 🌎 Environments

| Name | URL | PORT |
| ---------- | ------------------------------------------------------------------------------------ | ---- |
| Localhost | [localhost](http://localhost:4200) | 4200 |
| Production | [https://unit-converter-site.netlify.app/](https://unit-converter-site.netlify.app/) |

## 📝 License

This project is under the [MIT](./LICENSE) license. See the LICENSE for more information. 😉

## 🖼️ Previews

Click to expand!

![home](https://res.cloudinary.com/dfeujtobk/image/upload/v1666050773/Unit%20Converter/Unit-Converter_vzcznu.png)