TexCare360 is a full-stack industrial management platform designed to streamline maintenance, technician allocation, and inventory control in textile production environments. It provides a unified digital solution that automates essential maintenance operations, reducing downtime and improving operational visibility.
| Layer | Technology Used |
|---|---|
| Frontend | React.js, Bootstrap,TailwindCSS, Framer Motion, Recharts |
| Backend | Node.js, Express.js |
| Database | MySQL |
| Authentication | JWT (JSON Web Tokens) |
| Version Control | Git & GitHub |
TexCare360/
β
βββ frontend/ # React.js client
β βββ src/
β βββ package.json
β βββ ...
β
βββ backend/ # Node.js + Express server
β βββ src/
β β βββ index.js
β β βββ db.js
β β βββ routes/
β βββ .env.example
β βββ package.json
β βββ ...
β
βββ sql/
β βββ setup.sql # Database creation + sample data
β
βββ README.md
git clone https://github.com/kavya-7777/TexCare360.git
cd TexCare360mysql -u root -p < sql/setup.sql
cd backend
cp .env.example .env # Add your own credentials if needed
npm install
npm run dev # Starts the backend server on http://localhost:5000
cd frontend
npm install
npm start # Runs the frontend on http://localhost:3000
β
Role-based Access Control β Secure login for Admin, Manager, Technician
β
Machine Management β Track machine health (Healthy/Unhealthy)
β
Technician Assignment β Automated allocation based on skill & workload (Rule Based Assignment)
β
Maintenance Logs β Record date, parts used, and completion status
β
Inventory Tracking β Auto stock updates, category-wise filtering
β
Stock History & Audits β Transparent material usage tracking
β
Analytics Dashboard β Real-time charts for maintenance & stock data
β
machines β Machine info + required skill
β
technicians β Technicians and availability status
β
inventory β Spare parts, raw materials, and consumables
β
maintenance_logs β Task details for machine repair
β
stock_history β Tracks every inventory change
β
users β Admins, Technicians, Managers with hashed passwords
β
IoT sensor integration for real-time machine health monitoring
β
Predictive maintenance using ML models
β
Mobile app support for technicians
β
Automated purchase order generation for low inventory
β
Advanced analytics with comparative charts
-> ASMITHA B -> Bachelor of Engineering, Computer Science and Design
TexCare360 transforms manual maintenance tracking into a centralized, data-driven industrial solution.