https://github.com/kofi-arthur/ibattery
A "windows" desktop application that notifies users to disconnect their laptop chargers when the battery is fully charged. It also comes with a minimalistic UI showing current battery percentage and its charging states
https://github.com/kofi-arthur/ibattery
battery-life battery-monitor desktop-app electron electron-app ibattery nodejs
Last synced: 2 months ago
JSON representation
A "windows" desktop application that notifies users to disconnect their laptop chargers when the battery is fully charged. It also comes with a minimalistic UI showing current battery percentage and its charging states
- Host: GitHub
- URL: https://github.com/kofi-arthur/ibattery
- Owner: kofi-arthur
- Created: 2024-12-19T05:11:00.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-12-19T09:28:35.000Z (over 1 year ago)
- Last Synced: 2025-02-16T23:42:58.004Z (over 1 year ago)
- Topics: battery-life, battery-monitor, desktop-app, electron, electron-app, ibattery, nodejs
- Language: CSS
- Homepage:
- Size: 37.1 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# iBattery
An Electron application with React to monitor you battery's charging and notifies users when the battery is fully charged.
## Recommended IDE Setup
- [VSCode](https://code.visualstudio.com/) + [ESLint](https://marketplace.visualstudio.com/items?itemName=dbaeumer.vscode-eslint) + [Prettier](https://marketplace.visualstudio.com/items?itemName=esbenp.prettier-vscode)
## Project Setup
### Install
```bash
$ npm install
```
### Development
```bash
$ npm run dev
```
### Build
```bash
# For windows
$ npm run build:win
# For macOS
$ npm run build:mac
# For Linux
$ npm run build:linux
```