Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/joaoemanuell/eletronicalc
EletroniCalc is a react native application for calculate the monthly electronics expenses
https://github.com/joaoemanuell/eletronicalc
android mobile react-native tailwind tailwindcss typescript
Last synced: 28 days ago
JSON representation
EletroniCalc is a react native application for calculate the monthly electronics expenses
- Host: GitHub
- URL: https://github.com/joaoemanuell/eletronicalc
- Owner: JoaoEmanuell
- License: mit
- Created: 2024-07-17T23:16:59.000Z (6 months ago)
- Default Branch: master
- Last Pushed: 2024-07-18T12:49:45.000Z (6 months ago)
- Last Synced: 2024-07-19T07:30:42.812Z (6 months ago)
- Topics: android, mobile, react-native, tailwind, tailwindcss, typescript
- Language: TypeScript
- Homepage:
- Size: 340 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
- [EletroniCalc](#eletronicalc)
- [Running locally](#running-locally)
- [Tech Stack](#tech-stack)
- [Authors](#authors)
- [License](#license)[Português Brasil](./README-pt-br.md)
# EletroniCalc
EletroniCalc is a mobile application designed to calculate the monthly cost, in Brazilian Reais, of using an appliance. It uses the *kWh* rate, the appliance's power (in *watts*), and the monthly usage hours as the basis for calculation.
## Running locally
Requirements
```bash
node >= 19.9.0
npm >= 9.6.3
openjdk >= 17.0.10
```Clone the project:
```bash
git clone https://github.com/JoaoEmanuell/EletroniCalc.git
```Navigate to the project directory:
```bash
cd EletroniCalc
```Install the dependencies:
```bash
npm install
```Generate a debug keystore:
```bash
keytool -genkey -v -keystore debug.keystore -alias androiddebugkey -keyalg RSA -keysize 2048 -validity 10000
```The password should be `android`.
Move the keystore to `android/app`.
Connect your Android device via USB or start an emulator.
Start Android:
```bash
npm run android
```Start the server:
```bash
npm run start
```## Tech Stack
**Mobile:** React Native, TypeScript, and Tailwind CSS
## Authors
- [@JoaoEmanuell](https://www.github.com/JoaoEmanuell)
## License
[MIT](https://github.com/JoaoEmanuell/EletroniCalc/blob/master/LICENSE)