https://github.com/jonathanmdr/weightless
https://github.com/jonathanmdr/weightless
Last synced: 5 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/jonathanmdr/weightless
- Owner: jonathanmdr
- Created: 2022-03-03T14:57:18.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2022-03-07T13:18:41.000Z (over 4 years ago)
- Last Synced: 2025-06-26T10:03:17.088Z (about 1 year ago)
- Language: HTML
- Size: 43.9 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# WeightLess
[](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
```