O HidraQuench é um aplicativo incrível projetado para inspirar você a manter-se hidratado ao longo do dia. Com a integração inovadora de um sensor ESP32 em sua garrafa, o aplicativo rastreia automaticamente a quantidade de água que você consome. Além disso, oferece recursos poderosos para personalizar metas de hidratação, receber lembretes e até mesmo registrar manualmente a ingestão de água.
Antes de começar, certifique-se de ter o Expo CLI instalado. Se não o tiver, siga as instruções abaixo:
- Instale o Expo CLI globalmente usando o npm (Node Package Manager):
npm install -g expo-cli
- Clone este repositório para o seu ambiente local:
git clone https://github.com/lucasgearhead/Water-App.git
- Navegue até o diretório do projeto:
cd water-app
- Instale as dependências do projeto:
npm install
Certifique-se de configurar o arquivo app/config.js
com as informações necessárias para a conexão com o ESP32.
// app/config.js
export const ESP32_CONFIG = {
// Configurações de conexão com o ESP32
ipAddress: "192.168.1.1", // Endereço IP do ESP32
port: 3000, // Porta utilizada pelo ESP32
};
Com as dependências instaladas e as configurações ajustadas, inicie o aplicativo usando o seguinte comando:
npx expo start
Isso iniciará o Expo Developer Tools. Escolha entre executar o aplicativo em um emulador ou em um dispositivo físico com o aplicativo Expo Go instalado.
Agora, você está pronto para experimentar o HidraQuench e transformar a forma como cuida da sua hidratação diária. Caso tenha sugestões, encontrou bugs ou queira contribuir, sinta-se à vontade para abrir uma issue.
A equipe do HidraQuench agradece por escolher nossa aplicação para uma vida mais saudável!
HidraQuench is an amazing app designed to inspire you to stay hydrated throughout the day. With the innovative integration of an ESP32 sensor in your bottle, the app automatically tracks the amount of water you consume. It also offers powerful features to customize hydration goals, receive reminders, and even manually log water intake.
Before you begin, make sure you have the Expo CLI installed. If not, follow the instructions below:
- Install Expo CLI globally using npm (Node Package Manager):
npm install -g expo-cli
- Clone this repository to your local environment:
git clone https://github.com/lucasgearhead/Water-App.git
- Navigate to the project directory:
cd water-app
- Install project dependencies:
npm install
Make sure to configure the app/config.js
file with the necessary information for the ESP32 connection.
// app/config.js
export const ESP32_CONFIG = {
// ESP32 connection settings
ipAddress: "192.168.1.1", // ESP32 IP address
port: 3000, // Port used by the ESP32
};
With the dependencies installed and configurations adjusted, start the app using the following command:
npx expo start
This will launch the Expo Developer Tools. Choose to run the app on an emulator or on a physical device with the Expo Go app installed.
Now you're ready to experience HidraQuench and transform how you take care of your daily hydration. If you have suggestions, found bugs, or want to contribute, feel free to open an issue.
The HidraQuench team thanks you for choosing our app for a healthier lifestyle!