{"id":18153255,"url":"https://github.com/sandundil2002/spring_pos_frontend","last_synced_at":"2026-04-09T09:32:20.336Z","repository":{"id":257950183,"uuid":"867547994","full_name":"sandundil2002/Spring_POS_Frontend","owner":"sandundil2002","description":"The Spring POS Frontend is a user-friendly interface for managing customer orders, inventory, and payments. Integrated with the Spring framework, it supports essential POS features like order processing, real-time calculations, and sales reporting, ideal for small businesses.","archived":false,"fork":false,"pushed_at":"2024-10-16T08:33:56.000Z","size":898,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-04-07T00:52:30.434Z","etag":null,"topics":["ajax","bootstrap","css","html","javascript","jquery","spring"],"latest_commit_sha":null,"homepage":"","language":"HTML","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/sandundil2002.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2024-10-04T09:18:56.000Z","updated_at":"2024-10-16T08:34:00.000Z","dependencies_parsed_at":"2024-10-18T01:50:28.323Z","dependency_job_id":null,"html_url":"https://github.com/sandundil2002/Spring_POS_Frontend","commit_stats":null,"previous_names":["sandundil2002/spring_pos_frontend"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sandundil2002%2FSpring_POS_Frontend","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sandundil2002%2FSpring_POS_Frontend/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sandundil2002%2FSpring_POS_Frontend/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sandundil2002%2FSpring_POS_Frontend/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/sandundil2002","download_url":"https://codeload.github.com/sandundil2002/Spring_POS_Frontend/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247574097,"owners_count":20960495,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["ajax","bootstrap","css","html","javascript","jquery","spring"],"created_at":"2024-11-02T03:06:08.927Z","updated_at":"2025-12-30T23:06:23.897Z","avatar_url":"https://github.com/sandundil2002.png","language":"HTML","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003ca href=\"https://git.io/typing-svg\"\u003e\u003cimg src=\"https://readme-typing-svg.herokuapp.com?font=Fira+Code\u0026weight=600\u0026size=50\u0026pause=1000\u0026center=true\u0026vCenter=true\u0026width=835\u0026height=70\u0026lines=Spring+POS+Frontend\" alt=\"Typing SVG\" /\u003e\u003c/a\u003e\n\n\u003cp align=\"center\"\u003e\u003cimg src=\"./assets/images/pos-1.png\" alt=\"project-image\"\u003e\u003c/p\u003e\n\n\u003cp id=\"description\"\u003eThis repository contains the frontend code for the Spring POS system. It is built using HTML CSS JavaScript and integrates with a Spring backend to manage POS functionalities like customer orders inventory tracking and payment processing.\u003c/p\u003e\n\n\u003ch2\u003eProject Screenshots:\u003c/h2\u003e\n\n\u003cimg src=\"./assets/images/pos-2.png\" alt=\"project-screenshot\" width=\"700\" height=\"400/\"\u003e\n\n\u003cimg src=\"./assets/images/pos-3.png\" alt=\"project-screenshot\" width=\"700\" height=\"400/\"\u003e\n\n\u003cimg src=\"./assets/images/pos-4.png\" alt=\"project-screenshot\" width=\"700\" height=\"400/\"\u003e\n\n\u003cimg src=\"./assets/images/pos-5.png\" alt=\"project-screenshot\" width=\"700\" height=\"400/\"\u003e\n\n\u003cimg src=\"./assets/images/pos-6.png\" alt=\"project-screenshot\" width=\"700\" height=\"400/\"\u003e\n\n  \n  \n\u003ch2\u003e🧐 Features\u003c/h2\u003e\n\nHere're some of the project's best features:\n\n*   Customer Management: Easily manage customer details and generate new orders.\n*   Item Inventory: Add update and manage item stock in the POS system.\n*   Order Management: Efficiently handle orders with real-time calculations for total cost and quantity.\n*   Responsive UI: Optimized for mobile and desktop use ensuring a smooth user experience on any device.\n*   Data Visualization: View stock levels and sales trends using chart integration.\n*   Payment Methods: Supports various payment methods customizable for specific business needs.\n\n\u003ch2\u003e🛠️ Installation Steps:\u003c/h2\u003e\n\n\u003cp\u003e1. Clone the repository:\u003c/p\u003e\n\n```\ngit clone https://github.com/sandundil2002/Spring_POS_Frontend.git\n```\n\n\u003cp\u003e2. Open index.html in your browser or use a local web server to run the project.\u003c/p\u003e\n\n```\nhttp://127.0.0.1:5501/index.html\n```\n\n\u003ch2\u003eAPI Integration\u003c/h2\u003e  \n\nThis frontend interacts with the Spring POS backend through the following API endpoints\n\n  * /api/v1/customers - Retrieves and manages customer data\n  * /api/v1/items - Fetches item list and stock levels\n  * /api/v1/orders - Manages order placement and processing\n\n\u003ch2\u003eBackend REST API Repository\u003c/h2\u003e\n\n  * For the backend implementation of this project, you can visit the repository \u003ca href=\"https://github.com/sandundil2002/Spring_POS_API.git\"\u003eSpring POS API\u003c/a\u003e\n  \n\u003ch2\u003e💻 Built with\u003c/h2\u003e\n\nTechnologies used in the project:\n\n*   Frontend: HTML5 CSS3 JavaScript (jQuery Chart.js)\n*   Backend Integration: REST API with Spring Framework\n\n\u003ch2\u003e🛡️ License:\u003c/h2\u003e\n\nThis project is licensed under the MIT License.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsandundil2002%2Fspring_pos_frontend","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsandundil2002%2Fspring_pos_frontend","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsandundil2002%2Fspring_pos_frontend/lists"}