Smart Inventory Tracker

Full-Stack Inventory Management Solution

🚀 Live Demo

This is a full-stack application that requires both frontend and backend servers to be running.

📱

Responsive Design

Works perfectly on all devices - desktop, tablet, and mobile

âš¡

Real-time CRUD

Create, Read, Update, and Delete inventory items instantly

🔒

MySQL Database

Secure and reliable data storage with MySQL

React Node.js Express MySQL REST API CSS3

🛠 Local Setup Instructions

1. Clone the repository
git clone https://github.com/yourusername/inventory-tracker.git
2. Backend Setup
cd backend && npm install
Create .env file with database credentials
npm run dev (runs on port 5001)
3. Frontend Setup
cd frontend && npm install
npm start (runs on port 3000)
4. Access Application
Open http://localhost:3000 in your browser