{"id":26047847,"url":"https://github.com/souravpl8092/bill-management-system-app","last_synced_at":"2026-04-11T06:01:40.708Z","repository":{"id":307507261,"uuid":"943784909","full_name":"souravpl8092/Bill-Management-System-App","owner":"souravpl8092","description":"Bill Management System application streamlines the billing process by allowing users to generate itemized bills, calculate totals, and print or download invoices effortlessly.","archived":false,"fork":false,"pushed_at":"2025-03-06T09:10:51.000Z","size":58,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-07-31T18:16:40.852Z","etag":null,"topics":["css","framer-motion","pdfmake","react-hooks","react-icons","react-redux","react-router","react-router-dom","reactjs"],"latest_commit_sha":null,"homepage":"https://bill-management-system-app.netlify.app/","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/souravpl8092.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"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,"zenodo":null}},"created_at":"2025-03-06T09:05:57.000Z","updated_at":"2025-03-06T09:16:15.000Z","dependencies_parsed_at":"2025-07-31T18:30:35.244Z","dependency_job_id":null,"html_url":"https://github.com/souravpl8092/Bill-Management-System-App","commit_stats":null,"previous_names":["souravpl8092/bill-management-system-app"],"tags_count":null,"template":false,"template_full_name":null,"purl":"pkg:github/souravpl8092/Bill-Management-System-App","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/souravpl8092%2FBill-Management-System-App","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/souravpl8092%2FBill-Management-System-App/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/souravpl8092%2FBill-Management-System-App/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/souravpl8092%2FBill-Management-System-App/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/souravpl8092","download_url":"https://codeload.github.com/souravpl8092/Bill-Management-System-App/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/souravpl8092%2FBill-Management-System-App/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31670383,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-10T17:19:37.612Z","status":"online","status_checked_at":"2026-04-11T02:00:05.776Z","response_time":54,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"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":["css","framer-motion","pdfmake","react-hooks","react-icons","react-redux","react-router","react-router-dom","reactjs"],"created_at":"2025-03-07T23:14:24.282Z","updated_at":"2026-04-11T06:01:40.659Z","avatar_url":"https://github.com/souravpl8092.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# 💰 Bill-Management-System-App\n\nA **sleek, professional, and feature-rich** Bill Management System App built with **React + Vite**. This application streamlines the billing process by allowing users to generate itemized bills, calculate totals, and print or download invoices effortlessly.\n\n---\n\n## ✨ Key Features\n\n✅ **Dynamic Item List** – Seamlessly add, update, and remove items in real time.  \n✅ **Auto Calculations** – Instantly compute subtotals, tax, and grand total.  \n✅ **Modern \u0026 Responsive UI** – Clean and visually appealing interface.  \n✅ **Print \u0026 Download Support** – Export bills with ease.  \n✅ **Redux Integration** – Efficient state management for a smooth user experience.  \n✅ **Fast Performance** – Optimized with Vite for blazing-fast rendering.\n\n---\n\n## 🛠 Tech Stack\n\n- ⚛️ **Frontend**: React.js + Vite\n- 🎨 **Styling**: CSS\n- 🎭 **Icons**: React Icons\n- 📦 **State Management**: Redux Toolkit (Slices, Store)\n\n---\n\n## 📦 Installation \u0026 Setup\n\n```sh\n# Clone the repository\ngit clone https://github.com/souravpl8092/Bill-Management-System-App.git\ncd bill-management-system\n\n# Install dependencies\nnpm install\n\n# Start the application\nnpm run dev\n```\n\n---\n\n## 🚀 Deployment\n\n- **App url:** [Bill Management System App](https://bill-management-system-app.netlify.app/)\n\n---\n\n## 📂 Folder Structure\n\n```\n📦 bill-management-system\n├── 📁 src\n│   ├── 📁 components\n│   │   ├── Sidebar.jsx\n│   ├── 📁 pages\n│   │   ├── BillGenerator.jsx\n│   │   ├── CustomersTable.jsx\n│   │   ├── Login.jsx\n│   ├── 📁 redux\n│   │   ├── 📁 slices\n│   │   │   ├── authSlice.js\n│   │   │   ├── billSlice.js\n│   │   ├── store.js\n│   ├── 📁 styles\n│   │   ├── BillGenerator.css\n│   │   ├── CustomersTable.css\n│   │   ├── Login.css\n│   │   ├── Sidebar.css\n│   ├── App.jsx\n│   ├── main.jsx\n├── 📄 package.json\n├── 📄 README.md\n```\n\n---\n\n## 🎨 UI Components\n\n- 🏢 **Sidebar** – Intuitive navigation panel for easy access to pages.\n- 🧾 **BillGenerator** – The core component for creating and managing invoices.\n- 📊 **CustomersTable** – Displays detailed billing information for customers.\n\n---\n\n## 📌 License\n\nThis project is **open-source** and available under the **MIT License**.\n\n---\n\nMade with ❤️ by [Sourav Paul](https://github.com/souravpl8092) 🚀\n\n---\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsouravpl8092%2Fbill-management-system-app","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsouravpl8092%2Fbill-management-system-app","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsouravpl8092%2Fbill-management-system-app/lists"}