Skip to content

YaelCohenGit/Color-inventory-management

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 

Repository files navigation

Color Inventory Management

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.

Features

  • 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.

Technologies Used

  • 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.

Usage

  1. Access the web interface to manage the color inventory.
  2. Use the dynamic table to add, edit, or delete color entries.
  3. View the updates reflected in real time.

Clone the screen.webm presentation for more info

Contributing

  1. Fork the repository.
  2. Create a new branch (git checkout -b feature-name).
  3. Commit your changes (git commit -am 'Add new feature').
  4. Push to the branch (git push origin feature-name).
  5. Create a new Pull Request.

License

This project is licensed under the MIT License.

Acknowledgments

  • This project was developed to demonstrate full-stack development skills using ASP.NET, C#, SQL, and jQuery.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published