{"id":20384363,"url":"https://github.com/gyakobo/atfusa","last_synced_at":"2026-05-06T14:35:52.616Z","repository":{"id":132953396,"uuid":"513964489","full_name":"Gyakobo/ATFUSA","owner":"Gyakobo","description":"The ATFUSA React application is designed to showcase current Paralympic athletes competing in track and field events.","archived":false,"fork":false,"pushed_at":"2025-02-07T02:05:47.000Z","size":937,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-03-04T23:12:57.355Z","etag":null,"topics":["atfusa","http-requests","json","react"],"latest_commit_sha":null,"homepage":"","language":"JavaScript","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/Gyakobo.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":"2022-07-14T16:02:15.000Z","updated_at":"2025-02-07T02:05:51.000Z","dependencies_parsed_at":null,"dependency_job_id":"4e0800ce-f310-404b-acbd-5c54fd9345ac","html_url":"https://github.com/Gyakobo/ATFUSA","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/Gyakobo/ATFUSA","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Gyakobo%2FATFUSA","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Gyakobo%2FATFUSA/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Gyakobo%2FATFUSA/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Gyakobo%2FATFUSA/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Gyakobo","download_url":"https://codeload.github.com/Gyakobo/ATFUSA/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Gyakobo%2FATFUSA/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32698468,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-06T08:33:17.875Z","status":"ssl_error","status_checked_at":"2026-05-06T08:33:17.221Z","response_time":117,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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":["atfusa","http-requests","json","react"],"created_at":"2024-11-15T02:27:30.800Z","updated_at":"2026-05-06T14:35:52.598Z","avatar_url":"https://github.com/Gyakobo.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# The ATFUSA application \n\n![image](https://img.shields.io/badge/React-20232A?style=for-the-badge\u0026logo=react\u0026logoColor=61DAFB)\n![image](https://img.shields.io/badge/CSS3-1572B6?style=for-the-badge\u0026logo=css3\u0026logoColor=white)\n![image](https://img.shields.io/badge/TypeScript-007ACC?style=for-the-badge\u0026logo=typescript\u0026logoColor=white)\n![image](https://img.shields.io/badge/npm-CB3837?style=for-the-badge\u0026logo=npm\u0026logoColor=white)\n![image](https://img.shields.io/badge/JWT-000000?style=for-the-badge\u0026logo=JSON%20web%20tokens\u0026logoColor=white)\n\nAuthor: [Andrew Gyakobo](https://github.com/Gyakobo)\n\n## Introduction\n\nThe ATFUSA React application is designed to showcase current Paralympic athletes competing in track and field events. \n\n## Methodology\n\nThe application's codebase includes several key components that define its structure and functionality.\n\n### Project Structure\n\n* `App.js`: Serves as the entry point of the application. It sets up the main navigation and initializes the app.\n\n* `homeStack.js`: Defines the navigation stack for the home screens, managing transitions between different views.\n\n* `Select_Sport/`: Contains components or screens related to selecting a specific sport.\n\n* `Meets_screen/`: Includes components or screens that display information about various meets or events.\n\n* `Individual/`: Houses components or screens that provide detailed information about individual athletes\n\n### Views and Screens:\n\n1. Select Sport Screen:\n    \n    * Purpose: Allows users to choose a specific sport to view related events and athletes. \n\n    * Components: Includes a list or grid of sports, each selectable by the user.\n\n2. Meets Screen:\n\n    * Purpose: Displays upcoming or ongoing meets/events in the selected sport.    \n\n    * Components: Features a list of meets with details such as date, location, and pariticipating athletes.\n\n3. Individual Athlete Screen:\n\n    * Purpose: Provides detailed information about a selected athlete.\n\n    * Components: Includes athlete's bio, statistics, event participation, and performance history.\n\n### HTTP Request Structure\n\n1. Fetching Sports Data:\n    \n    * File: `Select_Sport/SelectSportScreen.js`\n    * Method: `fetch('https('https://api.atfusa.ort/sports'))` \n    * Description: Retrieves a list of availabel sports for users to select\n\n2. Fetching Meets Data:\n\n    * File: `Meets_screen/MeetsScreen.js`\n    * Method: `fetch('https://api.atfusa.org/meets')`\n    * Description: Obtains information about upcoming or ongoing meets/events\n\n3. Fetching Individual Athlete Data:\n\n    * File: `Individual/IndividualAthleteScreen.js`\n    * Method: `fetch('https://api.atfusa.org/athletes/{athleteId}')`\n    * Description: Fetches detailed information about a specific athlete, where `{athleteId}` is replaced with the athlete's unique identifier.\n\nThese requests are integral to the application's functionality, enabling it to display current data on Paralympic athletes and events.\n\n# License\nMIT\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgyakobo%2Fatfusa","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fgyakobo%2Fatfusa","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgyakobo%2Fatfusa/lists"}