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.
- Features
- preview
- demo
- Prerequisites
- Installation
- usage
- Configuration
- Acknowledgements
- Contributing
- Contact
- License
- 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.
https://silent-watcher.github.io/battery-tracker/
In order to run this project, you will need to have the following installed on your computer:
- nodejs
- yarn | npm
To install the application, follow these steps:
- Clone the repository to your local machine:
git clone https://github.com/Silent-Watcher/battery-tracker
- Navigate to the project directory in your terminal.
cd battery-tracker
- Run
yarn
to install the necessary packages.
yarn
To start the application, run yarn dev. This will start the application on http://localhost:5173.
yarn dev
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.
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.
For additional information or inquiries, you can reach out to the project maintainer:
- Name: Silent-Watcher
- Email: alitabatabaee20@mail.com
Feel free to contact the maintainer for any questions or feedback regarding the project.
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.