Color Inventory Management is a full-stack project designed to manage product inventory in a paint shop. The system allows users to perform CRUD operations on color entries and provides an intuitive interface for managing inventory data.
- Add, edit, and delete colors with validation to ensure data integrity.
- Manage attributes like color name, price, presentation order, and stock availability.
- Dynamic table display with real-time updates using AJAX.
- User-friendly interface built with jQuery for smooth interactions.
- Integration with an SQL database for persistent storage.
- Backend powered by ASP.NET and C# for robust server-side logic.
- ASP.NET - Backend framework for creating the API and handling server-side logic.
- C# - Main programming language for the backend logic.
- SQL - Database for storing and managing color inventory.
- jQuery - Frontend library for handling AJAX requests and DOM manipulation.
- HTML/CSS - For structuring and styling the web interface.
- Access the web interface to manage the color inventory.
- Use the dynamic table to add, edit, or delete color entries.
- View the updates reflected in real time.
Clone the screen.webm presentation for more info
- Fork the repository.
- Create a new branch (
git checkout -b feature-name
). - Commit your changes (
git commit -am 'Add new feature'
). - Push to the branch (
git push origin feature-name
). - Create a new Pull Request.
This project is licensed under the MIT License.
- This project was developed to demonstrate full-stack development skills using ASP.NET, C#, SQL, and jQuery.