- About The Project
- Built With
- Getting Started
* Prerequisites
* Installation - Usage
- Roadmap
- Contributing
- License
- Acknowledgments
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.
- 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
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
No external dependencies or backend required.
Only a web browser (Chrome, Edge, Firefox, etc.).
- Clone the repository:
git clone https://github.com/JMF-Alex/HCS-Manager.git- Enter the project directory:
cd HCS-Manager- Open
index.htmlin your browser.
That’s it — the app runs entirely locally!
Once opened, you can:
- Add new transactions (purchase/sale of skins)
- View summaries of total spent, earned, and profit
- Export your data to a
.jsonfile - Import previously saved records
- Data remains saved even after closing or reloading the page
- 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
Contributions are welcome!
- Fork the repository
- Create a new branch (
git checkout -b feature/MyFeature) - Commit your changes (
git commit -m "Add new feature") - Push to your branch (
git push origin feature/MyFeature) - Open a Pull Request
Distributed under the MIT License.
See the LICENSE file for more information.
- Base template inspired by Othneil Drew’s Best-README-Template
- Developed by JMF-Alex