{"id":20278460,"url":"https://github.com/thecoderadi/react-native-projects","last_synced_at":"2026-02-10T20:33:35.423Z","repository":{"id":251580799,"uuid":"837830818","full_name":"TheCoderAdi/react-native-projects","owner":"TheCoderAdi","description":null,"archived":false,"fork":false,"pushed_at":"2024-08-10T08:16:26.000Z","size":317,"stargazers_count":3,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-08-30T20:38:48.802Z","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/TheCoderAdi.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-08-04T06:54:40.000Z","updated_at":"2024-09-12T16:53:39.000Z","dependencies_parsed_at":"2024-08-04T07:49:01.594Z","dependency_job_id":"0d0488e0-9bb1-46af-bc26-89d4023d8d62","html_url":"https://github.com/TheCoderAdi/react-native-projects","commit_stats":null,"previous_names":["thecoderadi/react-native-projects"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/TheCoderAdi/react-native-projects","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TheCoderAdi%2Freact-native-projects","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TheCoderAdi%2Freact-native-projects/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TheCoderAdi%2Freact-native-projects/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TheCoderAdi%2Freact-native-projects/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/TheCoderAdi","download_url":"https://codeload.github.com/TheCoderAdi/react-native-projects/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TheCoderAdi%2Freact-native-projects/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29314705,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-10T17:48:59.043Z","status":"ssl_error","status_checked_at":"2026-02-10T17:45:37.240Z","response_time":65,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5: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":[],"created_at":"2024-11-14T13:23:37.934Z","updated_at":"2026-02-10T20:33:35.403Z","avatar_url":"https://github.com/TheCoderAdi.png","language":"TypeScript","readme":"# React Native Projects\r\n\r\n## Prerequisites\r\n\r\nBefore you begin, ensure you have met the following requirements:\r\n\r\n- Node.js installed on your machine. You can download it [here](https://nodejs.org/).\r\n\r\n## Getting Started\r\n\r\nTo get a local copy up and running, follow these steps:\r\n\r\n### Installation\r\n\r\n0. Clone the repository:\r\n   ```bash\r\n   git clone https://github.com/TheCoderAdi/react-native-projects.git\r\n   ```\r\n1. Navigate to the project directory:\r\n   ```bash\r\n   cd react-native-projects\r\n   ```\r\n2. Install the dependencies:\r\n   ```bash\r\n   npm i\r\n   ```\r\n3. Start the development server:\r\n   ```bash\r\n   npm run start\r\n   ```\r\n\r\n## StopWatch Features\r\n\r\n- Start and stop the stopwatch\r\n- Record laps\r\n- Reset the stopwatch\r\n\r\n## Tic Tac Toe Features\r\n\r\n- Playable Tic Tac Toe game with a 3x3 grid\r\n- Option to play against another player or the computer\r\n- Display of game results (Winner or Draw)\r\n- Restart the game with the option to select the mode again\r\n\r\n## Calculator Features\r\n\r\n- Functional calculator with basic arithmetic operations (addition, subtraction, multiplication, division)\r\n- Percentage calculation and bracket handling\r\n- Ability to toggle the sign of the current number\r\n- Display of current input and result\r\n- Clear button to reset the input\r\n\r\n## QR Code Scanner Features\r\n\r\n1. **Camera Permissions**:\r\n\r\n   - Requests camera access permissions from the user to enable QR code scanning functionality.\r\n\r\n2. **Toggle Camera Facing**:\r\n\r\n   - Allows the user to switch between the front and back cameras for scanning.\r\n\r\n3. **QR Code Scanning**:\r\n\r\n   - Scans QR codes using the device's camera and decodes the encoded data.\r\n\r\n4. **Display Scanned Data**:\r\n\r\n   - Shows the decoded QR code data on the screen.\r\n\r\n5. **Copy to Clipboard**:\r\n\r\n   - Provides a button to copy the decoded QR code data to the clipboard.\r\n\r\n6. **Open URL**:\r\n\r\n   - If the scanned data is a valid URL, it offers a button to open the URL in the default web browser.\r\n\r\n7. **Scan Again**:\r\n\r\n   - Allows the user to reset the scanner and scan another QR code.\r\n\r\n8. **Overlay Guide**:\r\n   - Displays a visual guide (corners only) to help the user position the QR code correctly in the camera view.\r\n\r\n## Todo App Features\r\n\r\n1. **Add Todos**:\r\n\r\n   - Allows the user to add new todos by entering text and pressing the add button.\r\n\r\n2. **Edit Todos**:\r\n\r\n   - Enables the user to edit existing todos by pressing the edit button and entering new text.\r\n\r\n3. **Delete Todos**:\r\n\r\n   - Provides a delete button to remove todos from the list.\r\n\r\n4. **Empty State**:\r\n\r\n   - Displays a message indicating that there are no todos when the list is empty.\r\n\r\n5. **Scroll View**:\r\n\r\n   - Enables scrolling through a list of todos if they exceed the screen height.\r\n\r\n6. **User-Friendly Alerts**:\r\n\r\n   - Alerts the user when trying to add an empty todo or when a todo has been copied to the clipboard.\r\n\r\n7. **Persistent State**:\r\n   - Maintains the current list of todos and text input state.\r\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fthecoderadi%2Freact-native-projects","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fthecoderadi%2Freact-native-projects","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fthecoderadi%2Freact-native-projects/lists"}