{"id":20811933,"url":"https://github.com/libercosoft/beachvolleyball","last_synced_at":"2026-04-19T21:08:47.844Z","repository":{"id":244986124,"uuid":"816770871","full_name":"LIBERCOSOFT/beachvolleyball","owner":"LIBERCOSOFT","description":"A beachvolleyball score and player counter","archived":false,"fork":false,"pushed_at":"2024-06-19T12:17:09.000Z","size":62,"stargazers_count":0,"open_issues_count":1,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-01-18T14:49:39.297Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"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/LIBERCOSOFT.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}},"created_at":"2024-06-18T11:24:40.000Z","updated_at":"2024-06-18T16:51:54.000Z","dependencies_parsed_at":"2024-06-18T21:19:52.235Z","dependency_job_id":"ac3b0c87-6aec-418b-b7a3-3456aceb9dd1","html_url":"https://github.com/LIBERCOSOFT/beachvolleyball","commit_stats":null,"previous_names":["libercosoft/beachvolleyball"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/LIBERCOSOFT%2Fbeachvolleyball","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/LIBERCOSOFT%2Fbeachvolleyball/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/LIBERCOSOFT%2Fbeachvolleyball/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/LIBERCOSOFT%2Fbeachvolleyball/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/LIBERCOSOFT","download_url":"https://codeload.github.com/LIBERCOSOFT/beachvolleyball/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243158971,"owners_count":20245669,"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":[],"created_at":"2024-11-17T20:49:21.187Z","updated_at":"2025-12-24T21:49:20.035Z","avatar_url":"https://github.com/LIBERCOSOFT.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# 📗 Table of Contents\n\n- [📗 Table of Contents](#-table-of-contents)\n- [📖 Beach Volleyball Score Counter ](#-beach-volleyball-score-counter-)\n  - [🛠 Built With ](#-built-with-)\n    - [Tech Stack ](#tech-stack-)\n    - [Key Features ](#key-features-)\n  - [🚀 Live Demo ](#-live-demo-)\n  - [💻 Getting Started ](#-getting-started-)\n    - [Prerequisites](#prerequisites)\n    - [Install \\\u0026 Setup](#install--setup)\n  - [👥 Authors ](#-authors-)\n  - [🔭 Future Features ](#-future-features-)\n\n\u003c!-- PROJECT DESCRIPTION --\u003e\n\n# 📖 Beach Volleyball Score Counter \u003ca name=\"about-project\"\u003e\u003c/a\u003e\n\n**Beach Volleyball Score Counter** is an app that acts as a score and team counter for the volleyball game.\n\n## 🛠 Built With \u003ca name=\"built-with\"\u003e\u003c/a\u003e\n\n### Tech Stack \u003ca name=\"tech-stack\"\u003e\u003c/a\u003e\n\n\u003cdetails\u003e\n  \u003csummary\u003eClient\u003c/summary\u003e\n  \u003cul\u003e\n    \u003cli\u003e\u003ca href=\"https://react.dev\"\u003eReact\u003c/a\u003e\u003c/li\u003e\n    \u003cli\u003e\u003ca href=\"https://vitejs.dev\"\u003eVite\u003c/a\u003e\u003c/li\u003e\n  \u003c/ul\u003e\n\u003c/details\u003e\n\n### Key Features \u003ca name=\"key-features\"\u003e\u003c/a\u003e\n\n- **Add a timer for games**\n- **Add both active and eliminated players**\n- **Drag and drop a team player vice versa**\n  \n\n\u003cp align=\"right\"\u003e(\u003ca href=\"#readme-top\"\u003eback to top\u003c/a\u003e)\u003c/p\u003e\n\n## 🚀 Live Demo \u003ca name=\"live-demo\"\u003e\u003c/a\u003e\n\n[Live Demo Link](#)\n\n\u003cp align=\"right\"\u003e(\u003ca href=\"#readme-top\"\u003eback to top\u003c/a\u003e)\u003c/p\u003e\n\n## 💻 Getting Started \u003ca name=\"getting-started\"\u003e\u003c/a\u003e\n\n\u003e To start and run this project\n```\nnpm install\n```\n```\nnpm run dev\n```\n```\nvisit http://localhost:5173\n```\nTo get a local copy up and running, follow these steps.\n\n### Prerequisites\n\n- IDE / Editor\n- Git \n- NodeJS\n\n\n### Install \u0026 Setup\n\nTo setup and install this sample ROR Blog project, follow the below steps:\n- Clone this project by the command: \n\n```\n$ git clone https://github.com/LIBERCOSOFT/beachvolleyball\n```\n\n- Then switch to the project folder by the below query:\n\n```\n$ cd beachvolleyball\n```\n\n- Install npm dependencies with the command below:\n```\n$ npm install\n```\n\n- Start the Vite development server with the command below:\n```\n$ npm run dev\n```\n\n\n\u003cp align=\"right\"\u003e(\u003ca href=\"#readme-top\"\u003eback to top\u003c/a\u003e)\u003c/p\u003e\n\n\u003c!-- AUTHORS --\u003e\n\n## 👥 Authors \u003ca name=\"authors\"\u003e\u003c/a\u003e\n\n👤 **Kolapo Precious Akinrinlola**\n\n- GitHub: [LIBERCOSOFT](https://github.com/LIBERCOSOFT)\n- Twitter: [@Gerfieldt](https://twitter.com/Gerfieldt)\n- LinkedIn: [Kolapo Akinrinlola](https://linkedin.com/in/kolapo-akinrinlola)\n\n\u003c!-- FUTURE FEATURES --\u003e\n\n## 🔭 Future Features \u003ca name=\"future-features\"\u003e\u003c/a\u003e\n- [ ] **Implement a more responsive UI**\n- [ ] **Implement the drag and drop for both web and mobile**\n- [ ] **Restructure some code for more professionalism**\n\n\n\n\u003cp align=\"right\"\u003e(\u003ca href=\"#readme-top\"\u003eback to top\u003c/a\u003e)\u003c/p\u003e","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flibercosoft%2Fbeachvolleyball","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Flibercosoft%2Fbeachvolleyball","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flibercosoft%2Fbeachvolleyball/lists"}