Skip to content

JMF-Alex/HCS-Manager

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Contributors Forks Stargazers Issues License

HTML5 CSS3 JavaScript Size

Table of Contents

  1. About The Project
  2. Built With
  3. Getting Started
      * Prerequisites
      * Installation
  4. Usage
  5. Roadmap
  6. Contributing
  7. License
  8. Acknowledgments

About the Project

HCS-Manager is a lightweight web app built with HTML, CSS, and JavaScript to help users manage and track their skin transactions — including purchases, sales, and profit margins.

It allows you to visualize how much you've earned or spent over time, making it easy to analyze your activity in CS2 Market.

Features

  • Track and manage all your skin movements
  • Calculate total earnings and expenses
  • Local data persistence (no backend required)
  • Export and import your data easily
  • Clean and responsive interface

Built With

This project was developed using:

  • HTML5 for structure
  • CSS3 for design and responsive layout
  • JavaScript (Vanilla) for logic and data management
  • LocalStorage for persistent client-side storage

Repository: github.com/JMF-Alex/HCS-Manager

Getting Started

Prerequisites

No external dependencies or backend required.
Only a web browser (Chrome, Edge, Firefox, etc.).

Installation

  1. Clone the repository:
git clone https://github.com/JMF-Alex/HCS-Manager.git
  1. Enter the project directory:
cd HCS-Manager
  1. Open index.html in your browser.
    That’s it — the app runs entirely locally!

Usage

Once opened, you can:

  • Add new transactions (purchase/sale of skins)
  • View summaries of total spent, earned, and profit
  • Export your data to a .json file
  • Import previously saved records
  • Data remains saved even after closing or reloading the page

Roadmap

  • Multi-language support (in process)
  • Multiple export/import options
  • Add multiple market options, not only Steam (in process)
  • Add multiple inventories/histories profiles
  • Add steam comissions calculator
  • Import Steam inventory
  • News page
  • Modify sell selected modal for group items
  • Modify sell modal for group items

Contributing

Contributions are welcome!

  1. Fork the repository
  2. Create a new branch (git checkout -b feature/MyFeature)
  3. Commit your changes (git commit -m "Add new feature")
  4. Push to your branch (git push origin feature/MyFeature)
  5. Open a Pull Request

License

Distributed under the MIT License.
See the LICENSE file for more information.

Acknowledgments