Skip to content

Silent-Watcher/battery-tracker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

30 Commits
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

battery tracker banner

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

Table of Contents

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

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:
git clone https://github.com/Silent-Watcher/battery-tracker
  1. Navigate to the project directory in your terminal.
  cd battery-tracker
  1. Run yarn to install the necessary packages.
  yarn

usage

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

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

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:

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

License

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.