diff --git a/README.en.md b/README.en.md new file mode 100644 index 0000000000000000000000000000000000000000..a2fe1381b7be98133653d7ff2f93225626f7323b --- /dev/null +++ b/README.en.md @@ -0,0 +1,73 @@ +# Tools Manager System + +## Overview +A comprehensive tool management system with multiple functional modules including dashboard, tools management, input/output tracking, expiry monitoring, temperature/humidity monitoring, and settings. + +## Features +- Modular interface design with separate screens for different functions +- Dashboard with activity tracking and chart visualization +- Tools management with filtering capabilities +- Expiry date monitoring system +- Temperature and humidity monitoring with threshold settings +- User authentication with multiple login methods +- Settings management with logout functionality + +## File Structure +``` +js/ +├── config.js # Application configuration +├── pages/ +│ ├── dashboard.js # Dashboard functionality +│ ├── expiry.js # Expiry date monitoring +│ ├── inout.js # Input/Output tracking +│ ├── login.js # Authentication system +│ ├── settings.js # Settings management +│ └── temphum.js # Temperature/Humidity monitoring +│ └── tools.js # Tools management +css/ +├── style.css # Main styling +index.html # Entry point +manifest.json # Application manifest +``` + +## Installation +1. Clone the repository +2. Install dependencies +3. Configure environment +4. Build the project + +## Usage +Access the system through the index.html file. Navigate between different modules using the navigation interface. + +## License +MIT License - see config.js for details + +## Credits +Developed by Zach_Develop +https://gitee.com/Zach_Develop/tools-manager-system-new + +## Technical Details +- Uses modern JavaScript features +- Implements modular page structure +- Contains responsive design elements +- Utilizes chart visualization for data monitoring +- Features comprehensive tool tracking system + +## System Requirements +- Modern web browser +- JavaScript enabled environment +- Compatible with both desktop and mobile devices + +## Development Notes +- All pages extend base page functionality +- Implements event handling and lifecycle management +- Contains utility functions for data conversion and visualization +- Uses consistent navigation pattern across all modules + +## Key Components +- Dashboard with activity tracking +- Tools management system +- Environmental monitoring (temperature/humidity) +- Expiry date tracking +- User authentication flow +- Settings management \ No newline at end of file diff --git a/README.md b/README.md new file mode 100644 index 0000000000000000000000000000000000000000..7bf05b8cfde45063489224c4990d3af28fecd59f --- /dev/null +++ b/README.md @@ -0,0 +1,74 @@ +README.md +# Tools Manager System + +## Overview +A comprehensive tool management system with multiple functional modules including dashboard, tools management, input/output tracking, expiry monitoring, temperature/humidity monitoring, and settings. + +## Features +- Modular interface design with separate screens for different functions +- Dashboard with activity tracking and chart visualization +- Tools management with filtering capabilities +- Expiry date monitoring system +- Temperature and humidity monitoring with threshold settings +- User authentication with multiple login methods +- Settings management with logout functionality + +## File Structure +``` +js/ +├── config.js # Application configuration +├── pages/ +│ ├── dashboard.js # Dashboard functionality +│ ├── expiry.js # Expiry date monitoring +│ ├── inout.js # Input/Output tracking +│ ├── login.js # Authentication system +│ ├── settings.js # Settings management +│ └── temphum.js # Temperature/Humidity monitoring +│ └── tools.js # Tools management +css/ +├── style.css # Main styling +index.html # Entry point +manifest.json # Application manifest +``` + +## Installation +1. Clone the repository +2. Install dependencies +3. Configure environment +4. Build the project + +## Usage +Access the system through the index.html file. Navigate between different modules using the navigation interface. + +## License +MIT License - see config.js for details + +## Credits +Developed by Zach_Develop +https://gitee.com/Zach_Develop/tools-manager-system-new + +## Technical Details +- Uses modern JavaScript features +- Implements modular page structure +- Contains responsive design elements +- Utilizes chart visualization for data monitoring +- Features comprehensive tool tracking system + +## System Requirements +- Modern web browser +- JavaScript enabled environment +- Compatible with both desktop and mobile devices + +## Development Notes +- All pages extend base page functionality +- Implements event handling and lifecycle management +- Contains utility functions for data conversion and visualization +- Uses consistent navigation pattern across all modules + +## Key Components +- Dashboard with activity tracking +- Tools management system +- Environmental monitoring (temperature/humidity) +- Expiry date tracking +- User authentication flow +- Settings management \ No newline at end of file