Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/teagucordeiro/react-calculator-imc
π Web application made in React.js that calculates the user's bmi (Body mass index).
https://github.com/teagucordeiro/react-calculator-imc
css reactjs typescript
Last synced: 6 days ago
JSON representation
π Web application made in React.js that calculates the user's bmi (Body mass index).
- Host: GitHub
- URL: https://github.com/teagucordeiro/react-calculator-imc
- Owner: teagucordeiro
- License: mit
- Created: 2022-07-05T17:54:01.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2022-09-08T17:41:09.000Z (about 2 years ago)
- Last Synced: 2024-06-04T19:05:35.503Z (5 months ago)
- Topics: css, reactjs, typescript
- Language: TypeScript
- Homepage: https://calculator-pkpwp3web-thiagocordeiro.vercel.app/
- Size: 52.7 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
IMC Calculator
About β’
Technologies β’
Status β’
Deploy β’
Running β’
Author β’
License## :bookmark_tabs: About
Project developed during the React course, taught by [B7Web](https://b7web.com.br/). Furthermore, it was possible to put into practice the initial knowledge of React seen in theory through a Web application that calculates the user's bmi (Body mass index).
---
### :hammer: **Technologies**The following tools were used in the construction of the project:
- [React](https://pt-br.reactjs.org/)
- [HTML](https://developer.mozilla.org/pt-BR/docs/Web/HTML)
- [CSS](https://developer.mozilla.org/pt-BR/docs/Web/CSS)
- [JavaScript](https://www.javascript.com/)---
### :triangular_ruler: **Project Status**
π¨βπ« The project has already been completed!### :computer: Deploy
See the running project: Calculator IMC### :dvd: **Running the Project**
```bash
# Clone this repository
$ git clone https://github.com/ThiagoOliveiraCordeiro/react-calculator-imc.git# Access the project folder in terminal/cmd
$ cd react-calculator-imc# Install the dependencies
$ yarn install# Run the application in development mode
$ yarn dev
```### :boy: **Author**
Thiago OliveiraDone with β€οΈ by Thiago Oliveira ππ½ Contact me!
[![Linkedin Badge](https://img.shields.io/badge/-Thiago_Oliveira-blue?style=flat-square&logo=Linkedin&logoColor=white&link=https://www.linkedin.com/in/thiago-de-oliveira-cordeiro-32562b1b6/)](https://www.linkedin.com/in/thiago-de-oliveira-cordeiro-32562b1b6/)
[![Github Badge](https://img.shields.io/badge/-Thiago_Oliveira-000?style=flat-square&logo=Github&logoColor=white&link=https://github.com/ThiagoOliveiraCordeiro)](https://github.com/ThiagoOliveiraCordeiro)---
### :page_facing_up: **License**
This project is licensed by [MIT](./LICENSE).