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

https://github.com/jonathanmdr/weightless


https://github.com/jonathanmdr/weightless

Last synced: 5 months ago
JSON representation

Awesome Lists containing this project

README

          

# WeightLess

[![WeightLess CI](https://github.com/jonathanmdr/weightless/actions/workflows/ci.yml/badge.svg)](https://github.com/jonathanmdr/weightless/actions/workflows/ci.yml)

Portal feito com HTML, CSS e JS e fornece uma interface visual para calcular o IMC.

## Executando o portal

> :warning: É necessário ter o `docker` devidamente instalado e configurado.

No terminal digite o seguinte comando abaixo:

```shell
docker container run --rm --name weightless -p 8080:8080 -d jonathanmdr/weightless:latest
```