An open API service indexing awesome lists of open source software.

https://github.com/silent-watcher/battery-tracker

Monitor and track your device's battery level in real-time with Battery Tracker 🔋
https://github.com/silent-watcher/battery-tracker

battery-level battery-monitor battery-status battery-tracker chart-visualization chartjs hacktoberfest javascript javascript-battery real-time-monitoring vite-pwa web-application

Last synced: about 1 month ago
JSON representation

Monitor and track your device's battery level in real-time with Battery Tracker 🔋

Awesome Lists containing this project

README

        

![battery tracker banner](https://github.com/Silent-Watcher/battery-tracker/blob/master/.github/battery-banner.png)

Battery Tracker Low Battery

Battery Tracker is a web application that allows you to monitor and track the battery level of your device in real-time. It provides useful information such as battery level, charging status, time remaining, and historical data with interactive charts.

Awesome Made With Love

[![Star this project](https://img.shields.io/badge/-⭐%20Star%20this%20project-yellow?style=for-the-badge)](https://github.com/Silent-Watcher/cli-word-guessing-game)

## Table of Contents

- [Features](https://github.com/Silent-Watcher/battery-tracker#features)
- [preview](https://github.com/Silent-Watcher/battery-tracker#preview)
- [demo](https://github.com/Silent-Watcher/battery-tracker#demo)
- [Prerequisites](https://github.com/Silent-Watcher/battery-tracker#Prerequisites)
- [Installation](https://github.com/Silent-Watcher/battery-tracker#Installation)
- [usage](https://github.com/Silent-Watcher/battery-tracker#usage)
- [Configuration](https://github.com/Silent-Watcher/battery-tracker#Configuration)
- [Acknowledgements](https://github.com/Silent-Watcher/battery-tracker#Acknowledgements)
- [Contributing](https://github.com/Silent-Watcher/battery-tracker#Contributing)
- [Contact](https://github.com/Silent-Watcher/battery-tracker#Contact)
- [License](https://github.com/Silent-Watcher/battery-tracker#License)

## Features

- Real-time monitoring of device battery level.
- Display of charging status (charging, discharging, full).
- Estimated time remaining based on current battery level.
- Historical data visualization with interactive charts.
- Battery level notifications at critical thresholds.
- Responsive design for use on various devices.

## Preview

## demo
### GitHub pages
https://silent-watcher.github.io/battery-tracker/



[![Open in StackBlitz](https://developer.stackblitz.com/img/open_in_stackblitz.svg)](https://stackblitz.com/github/Silent-Watcher/battery-tracker)

## Prerequisites
In order to run this project, you will need to have the following installed on your computer:
- nodejs
- yarn | npm

## Installation
To install the application, follow these steps:

1. Clone the repository to your local machine:


```bash
git clone https://github.com/Silent-Watcher/battery-tracker
```

2. Navigate to the project directory in your terminal.


```bash
cd battery-tracker
```
3. Run `yarn` to install the necessary packages.


```bash
yarn
```

## usage

To start the application, run yarn dev. This will start the application on http://localhost:5173.

```bash
yarn dev
```

## Configuration
You can customize the configuration of the Battery Tracker app by modifying the config.js file. Here are the available options:

- refreshInterval: The interval (in milliseconds) at which the battery information is updated.
- criticalThreshold: The battery level at which a notification is triggered for critical battery level.

## Acknowledgements

- [The build tool and development server.](https://vitejs.dev/)
- [The package manager used in the project.](https://yarnpkg.com/)

## Contributing
Contributions to this project are welcome.
If you encounter any issues or have suggestions for improvement, please open an issue on the GitHub repository.

Before contributing, please review the contribution guidelines.

## Contact
For additional information or inquiries, you can reach out to the project maintainer:

- Name: Silent-Watcher
- Email: [email protected]

Feel free to contact the maintainer for any questions or feedback regarding the project.

## License

[MIT](https://choosealicense.com/licenses/mit/)

This project is licensed under the MIT License. You are free to modify, distribute, and use the code for personal and commercial purposes. See the LICENSE file for details.