{"id":28299879,"url":"https://github.com/shadinkappachali/bill-share","last_synced_at":"2026-04-11T03:03:06.143Z","repository":{"id":293451615,"uuid":"984029449","full_name":"Shadinkappachali/bill-share","owner":"Shadinkappachali","description":"A simple React app to manage shared expenses with friends. Add friends, select a friend, and split bills while keeping track of balances. Built using functional components, React hooks (useState), and basic state management logic.","archived":false,"fork":false,"pushed_at":"2025-05-22T18:36:34.000Z","size":180,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-05-30T11:51:25.510Z","etag":null,"topics":["django","elixir","expense-tracker","expenses","javascript","mongodb","nodejs","react","storybook","stress-free-planning","styled-components","tracker","transactions","vue"],"latest_commit_sha":null,"homepage":null,"language":"JavaScript","has_issues":false,"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/Shadinkappachali.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-05-15T09:35:33.000Z","updated_at":"2025-05-22T18:36:38.000Z","dependencies_parsed_at":"2025-05-15T12:35:42.525Z","dependency_job_id":null,"html_url":"https://github.com/Shadinkappachali/bill-share","commit_stats":null,"previous_names":["shadinkappachali/bill-share"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/Shadinkappachali/bill-share","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Shadinkappachali%2Fbill-share","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Shadinkappachali%2Fbill-share/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Shadinkappachali%2Fbill-share/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Shadinkappachali%2Fbill-share/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Shadinkappachali","download_url":"https://codeload.github.com/Shadinkappachali/bill-share/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Shadinkappachali%2Fbill-share/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":260126158,"owners_count":22962593,"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":["django","elixir","expense-tracker","expenses","javascript","mongodb","nodejs","react","storybook","stress-free-planning","styled-components","tracker","transactions","vue"],"created_at":"2025-05-23T11:21:21.830Z","updated_at":"2025-12-30T19:59:20.717Z","avatar_url":"https://github.com/Shadinkappachali.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Bill Share 🧾💰\n\n![GitHub Repo stars](https://img.shields.io/github/stars/Shadinkappachali/bill-share?style=social) ![GitHub forks](https://img.shields.io/github/forks/Shadinkappachali/bill-share?style=social) ![GitHub issues](https://img.shields.io/github/issues/Shadinkappachali/bill-share) ![GitHub license](https://img.shields.io/github/license/Shadinkappachali/bill-share)\n\nWelcome to **Bill Share**, a simple React application designed to help you manage shared expenses with friends. This app allows you to add friends, select a friend, and split bills while keeping track of balances. \n\n## Table of Contents\n\n1. [Features](#features)\n2. [Technologies Used](#technologies-used)\n3. [Installation](#installation)\n4. [Usage](#usage)\n5. [Contributing](#contributing)\n6. [License](#license)\n7. [Contact](#contact)\n8. [Releases](#releases)\n\n## Features 🌟\n\n- **Add Friends**: Easily add friends to your list.\n- **Split Bills**: Select a friend and split expenses with ease.\n- **Track Balances**: Keep track of how much each friend owes or is owed.\n- **User-Friendly Interface**: A clean and simple UI that enhances the user experience.\n\n## Technologies Used 🛠️\n\nThis project is built using the following technologies:\n\n- **React**: A JavaScript library for building user interfaces.\n- **Functional Components**: Using functional components for a cleaner codebase.\n- **React Hooks**: Specifically, the `useState` hook for state management.\n- **JavaScript**: The core language for building the app.\n- **Basic State Management Logic**: Simple logic to manage state without the complexity of external libraries.\n\n## Installation 🚀\n\nTo get started with **Bill Share**, follow these steps:\n\n1. Clone the repository:\n   ```bash\n   git clone https://github.com/Shadinkappachali/bill-share.git\n   ```\n2. Navigate to the project directory:\n   ```bash\n   cd bill-share\n   ```\n3. Install the dependencies:\n   ```bash\n   npm install\n   ```\n4. Start the application:\n   ```bash\n   npm start\n   ```\n\n## Usage 🖥️\n\nOnce the application is running, you can:\n\n1. **Add Friends**: Click on the \"Add Friend\" button and enter the friend's name.\n2. **Select a Friend**: Choose a friend from the list to manage expenses.\n3. **Split Bills**: Enter the amount and click on \"Split Bill\" to divide the cost among friends.\n4. **View Balances**: Check the balance for each friend to see who owes what.\n\n## Contributing 🤝\n\nWe welcome contributions! If you would like to contribute to **Bill Share**, please follow these steps:\n\n1. Fork the repository.\n2. Create a new branch:\n   ```bash\n   git checkout -b feature/YourFeature\n   ```\n3. Make your changes and commit them:\n   ```bash\n   git commit -m \"Add your message here\"\n   ```\n4. Push to the branch:\n   ```bash\n   git push origin feature/YourFeature\n   ```\n5. Create a pull request.\n\n## License 📄\n\nThis project is licensed under the MIT License. See the [LICENSE](LICENSE) file for details.\n\n## Contact 📧\n\nFor any questions or suggestions, feel free to reach out:\n\n- **Author**: Shadinkappachali\n- **Email**: shadinkappachali@example.com\n\n## Releases 📦\n\nTo download the latest version of **Bill Share**, visit the [Releases section](https://github.com/Shadinkappachali/bill-share/releases). You can download and execute the files available there.\n\n![Release Button](https://img.shields.io/badge/Download%20Releases-Here-blue)\n\nFor updates and new features, check back often in the Releases section or follow the repository.\n\n---\n\nFeel free to explore the code, make changes, and enjoy managing your shared expenses with friends! Happy sharing!","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fshadinkappachali%2Fbill-share","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fshadinkappachali%2Fbill-share","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fshadinkappachali%2Fbill-share/lists"}