{"id":26508404,"url":"https://github.com/matheus-git/player-management-app","last_synced_at":"2026-04-20T10:33:24.900Z","repository":{"id":277733005,"uuid":"929336338","full_name":"matheus-git/player-management-app","owner":"matheus-git","description":null,"archived":false,"fork":false,"pushed_at":"2025-02-15T18:01:02.000Z","size":249,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-10-23T00:39:53.886Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"TypeScript","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/matheus-git.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":"2025-02-08T10:03:26.000Z","updated_at":"2025-02-16T18:28:47.000Z","dependencies_parsed_at":"2025-02-15T18:35:44.603Z","dependency_job_id":"a3cc5e83-7201-4972-8e6b-03498b2c884b","html_url":"https://github.com/matheus-git/player-management-app","commit_stats":null,"previous_names":["matheus-git/player-management-app"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/matheus-git/player-management-app","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/matheus-git%2Fplayer-management-app","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/matheus-git%2Fplayer-management-app/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/matheus-git%2Fplayer-management-app/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/matheus-git%2Fplayer-management-app/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/matheus-git","download_url":"https://codeload.github.com/matheus-git/player-management-app/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/matheus-git%2Fplayer-management-app/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32043079,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-20T00:18:06.643Z","status":"online","status_checked_at":"2026-04-20T02:00:06.527Z","response_time":94,"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":[],"created_at":"2025-03-21T00:30:47.251Z","updated_at":"2026-04-20T10:33:24.868Z","avatar_url":"https://github.com/matheus-git.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Player Management App\n\nThis is a React-based application designed for managing player data, including details such as status, position, nationality, and physical data. Players can be added, edited, and stored locally for persistence.\n\n## About the Project\n\nThis project was created as a challenge to practice React and TypeScript, with minimal usage of artificial intelligence. The code utilized was refactored to ensure better organization and maintainability. The main objective was to build a user-friendly interface for managing player details, with features like sorting by name and filtering by position, while also utilizing `localStorage` for persistent data.\n\n\n![List players](./docs/list.png)\n## Features\n\n- Add new players with detailed information (name, position, nationality, etc.)\n- Edit player details, including status and position\n- Filter players by name or position\n- Persistent storage with `localStorage`\n- Display sorted player list by name\n- Status management with predefined values (\"Active\", \"Injured\", \"Suspended\")\n\n## Requirements\n\n- Node.js (version 14 or higher)\n- React (v17+)\n- TypeScript\n- LocalStorage support (for storing player data)\n\n## Installation\n\n1. Clone this repository:\n ```sh\n git clone https://github.com/your-username/player-management-app.git\n cd player-management-app\n ```\n2.Install dependencies:\n  ```sh\n    npm install\n  ```\n3.Start the development server\n   ```sh\n   npm run dev\n   ```\n\n## Usage\n\n### Adding a new player:\n- Fill out the form with the player's details and click \"Add Player\" to add them to the list.\n\n### Editing a player's information:\n- Click on the player in the list to open the edit form, make changes, and save them.\n\n### Filtering players:\n- Use the search bar to filter players by name.\n- Use the dropdown menu to filter players by position.\n\n### Sorting players:\n- The player list is automatically sorted alphabetically by name.\n\n## Storage\n\n- Player data is stored in the browser's `localStorage`, allowing the data to persist even after the page is reloaded.\n- The data is updated whenever a player is added or edited.\n\n## Improvements\n\n- Implement search functionality for filtering players by other attributes, such as nationality or jersey number.\n- Add more customization options for managing player data.\n- Implement a user authentication system to secure player data.\n\n## Contribution\n\nIf you'd like to suggest improvements or report issues, feel free to open an issue or submit a pull request.\n\n## License\n\nThis project is licensed under the MIT License.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmatheus-git%2Fplayer-management-app","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmatheus-git%2Fplayer-management-app","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmatheus-git%2Fplayer-management-app/lists"}