A full-featured web application for customers and service agents to search, validate, and manage warranty details of products using serial numbers. This tool can be integrated with eCommerce platforms, repair centers, and B2B solutions.
- β Serial Number Lookup β Enter a product serial number to fetch warranty status
- π§Ύ Detailed Product Info β View product name, purchase date, warranty expiry, and more
- π€ Upload Warranty Documents β Admins can upload proof of purchase or warranty files
- π Authentication (Optional) β Secure access to admin panel
- π§βπΌ Admin Dashboard β Manage product warranty records
- π¦ API Support β Lookup via REST API for external systems
- π₯οΈ Responsive UI β Fully responsive design for mobile and desktop
| Technology | Description |
|---|---|
| React / Vite | Frontend with fast dev experience |
| Node.js / Express | REST API backend |
| MongoDB | Warranty records database |
| Mongoose | MongoDB ODM |
| Axios | API calls |
# Clone the repository
git clone https://github.com/your-username/warranty-lookup.git
cd warranty-lookup
# Install frontend dependencies
cd user
npm install
# Install backend dependencies
cd ../server
npm install