I made this inventory management system in golang, html and vanilla javascript because I have a hoarding problem and I want to keep track of what I own :P
- Add Items: Easily add new items to your inventory.
- Update Items: Modify existing items with new information.
- Delete Items: Remove items that you no longer need.
- View Inventory: See all your items in a clean, organized list.
- Search Functionality: Quickly find items by name or category.
Before you start, make sure you have Go installed on your machine. If not, you can download it here.
- Clone the repository:
git clone https://github.com/mr4dd/gostash.git
cd gostash- Install the necessary dependencies:
go mod tidy- Run the application:
go run main.go- Open your web browser and go to http://localhost:8000.
- Adding Items: Press the "+" button, fill in the details, and click "Submit".
- Updating Items: Click on an item in the inventory list to edit its details.
- Deleting Items: Click the delete button next to an item to remove it from your inventory.
- Searching Items: Use the search bar to filter items by name or category.
Contributions are welcome! If you have any ideas or improvements, feel free to fork the project and submit a pull request. You can also open an issue if you find any bugs or have questions.
- Fork the repository
- Create your feature branch
- Commit your changes
- Push to the branch
- Open a pull request
This project is licensed under the GNU License - see the LICENSE file for details.