This project is a web-based inventory tracking system that allows users to manage their inventory, track expiry dates, and get suggestions for special offers.
- Add and remove items from inventory
- Track item weights and expiry dates
- Calculate estimated item counts based on total inventory weight
- Highlight items with low stock or nearing expiry
- Suggest discounts for items nearing expiry
- Clone the repository
- Install dependencies with
npm install
- Start the development server with
npm start
This project is set up for easy deployment to Netlify. Simply connect your GitHub repository to Netlify, and it will automatically deploy when you push changes to the main branch.
- React
- Tailwind CSS
- Lucide React (for icons)
This project is open source and available under the MIT License.