{"id":26688573,"url":"https://github.com/andreferi3/reactnative-note-app","last_synced_at":"2025-04-12T19:07:31.304Z","repository":{"id":35282711,"uuid":"193747911","full_name":"andreferi3/ReactNative-Note-App","owner":"andreferi3","description":null,"archived":false,"fork":false,"pushed_at":"2023-01-04T01:05:52.000Z","size":4236,"stargazers_count":3,"open_issues_count":18,"forks_count":3,"subscribers_count":0,"default_branch":"master","last_synced_at":"2025-04-12T19:07:26.467Z","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/andreferi3.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}},"created_at":"2019-06-25T16:49:30.000Z","updated_at":"2024-04-18T12:15:41.000Z","dependencies_parsed_at":"2023-01-15T17:45:24.331Z","dependency_job_id":null,"html_url":"https://github.com/andreferi3/ReactNative-Note-App","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/andreferi3%2FReactNative-Note-App","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/andreferi3%2FReactNative-Note-App/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/andreferi3%2FReactNative-Note-App/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/andreferi3%2FReactNative-Note-App/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/andreferi3","download_url":"https://codeload.github.com/andreferi3/ReactNative-Note-App/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248618276,"owners_count":21134200,"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":"2025-03-26T13:19:57.603Z","updated_at":"2025-04-12T19:07:31.277Z","avatar_url":"https://github.com/andreferi3.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003ch1 align='center'\u003eReact Native Note App - RESTful API\u003c/h1\u003e\r\n\r\n\u003cp align='center'\u003e\r\n  \u003ca href='https://facebook.github.io/react-native/'\u003e\r\n  \u003cimg src='https://kreitech.io/blog/wp-content/uploads/2018/10/1_-NOQtyJAGQ1RNC3iVt_thA.png' /\u003e\r\n  \u003c/a\u003e\r\n\u003c/p\u003e\r\n\r\n\u003cbr\u003e\r\n\u003cbr\u003e\r\n\r\n## Introduction\r\n[![React Native](https://img.shields.io/badge/React%20Native-0.60-blue.svg?style=rounded-square)](https://facebook.github.io/react-native/)\r\n[![Node.js](https://img.shields.io/badge/Node.js-v.10.16-green.svg?style=rounded-square)](https://nodejs.org/)\r\n\r\nHere is my new repository which builded with React Native Framework for making the User Interface in JavaScript syntax, see my previous repository about [ExpressJS - Simple Note App RESTful API](https://github.com/andreferi3/ExpressJS-Simple-Note-App-RESTful-API/) for the backend side and making API.\r\n\r\n### What is React Native ?\r\nReact Native is an open-source mobile application framework created by Facebook. It is used to develop applications for Android, iOS and UWP by enabling developers to use React along with native platform capabilities. [[1]](https://en.wikipedia.org/wiki/React_Native)\r\n\r\n### Why using React Native ?\r\n6 main reason why me using React Native for make a mobile app :\r\n\r\n1. It's got iOS and Android covered\r\n2. Reusable components allow hybrid apps to render natively\r\n3. Apply React Native UI component to an existing app's code-without any rewriting at all\r\n4. It’s one of the top mobile JavaScript frameworks among developers—and growing\r\n5. React Native is all about the UI\r\n6. Native app development is much more efficient\r\n\r\n### How React Native works ?\r\nShort explanation about **How React Native Works**.\r\n\r\nReact Native invokes Objective-C APIs to render to iOS components, or Java APIs to render to Android components. This sets React Native apart from other cross-platform app development options, which often end up rendering web-based views.\r\n\u003cbr\u003e\r\n\u003cbr\u003e\r\n## Requirements\r\n1. npm (node package manager)\r\n2. react-native-cli (from npm)\r\n\r\n## How to run the app ?\r\n1. Clone or download first this repository with `git clone https://github.com/andreferi3/ReactNative-Note-App.git`\r\n2. Open the project in your favorite text editor\r\n3. Open your terminal or cmd and type `npm install`\r\n4. And the last just type in your terminal or cmd `react-native run-android`, be sure if you connected with a device on debugging mode or use the emulator on debugging mode too.\r\n\r\n## Screenshot from the app\r\n\u003cp align='center'\u003e\r\n  \u003cspan\u003e\r\n  \u003cimg src='https://github.com/andreferi3/ReactNative-Note-App/blob/master/src/Screens/Screenshot_1561651909.png' width=200 /\u003e\r\n  \u003cimg src='https://github.com/andreferi3/ReactNative-Note-App/blob/master/src/Screens/Screenshot_1561651914.png' width=200 /\u003e\r\n  \u003cimg src='https://github.com/andreferi3/ReactNative-Note-App/blob/master/src/Screens/Screenshot_1561651917.png' width=200 /\u003e\r\n  \u003cimg src='https://github.com/andreferi3/ReactNative-Note-App/blob/master/src/Screens/Screenshot_1561651923.png' width=200 /\u003e\r\n  \u003c/span\u003e\r\n\u003c/p\u003e\r\n\r\n\u003cbr\u003e\r\n\r\nSee video demo the app from this link [Simple Note App - Video](https://www.youtube.com/watch?v=gvbVJ1fqZ-g\u0026feature=youtu.be)\r\n\r\n## Try the app\r\n\r\nI have been released the app to APK format that can be installed in Android users only, you can download the apk from this link [Simple Note App.apk](https://drive.google.com/file/d/17DjIgEqzQU6B7OYMWoDcnSGbKXKnHQGC/view?usp=sharing).\r\n\r\nThanks a lot!\r\n\r\nRegards\r\n\r\n\u003chr\u003e\r\n\r\n\u003ch3 align=\"center\"\u003eAuthor\u003c/h3\u003e\r\n\r\n\u003cp align=\"center\"\u003e\r\n\u003ca href=\"https://github.com/andreferi3\"\u003e\r\n  \u003cimg alt=\"Author Andre Feri\" title=\"git author\" src=\"https://avatars0.githubusercontent.com/u/44439185?s=400\u0026u=471baa9e72545be97ae83b22a817e61c79d3be35\u0026v=4\" width=\"250\" /\u003e\r\n\u003c/a\u003e\r\n\u003cp align=\"center\"\u003e\u003cb\u003e\u003ca href=\"https://github.com/andreferi3\"\u003eAndre Feri Saputra\u003c/a\u003e\u003c/b\u003e\u003c/p\u003e\r\n\u003c/p\u003e\r\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fandreferi3%2Freactnative-note-app","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fandreferi3%2Freactnative-note-app","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fandreferi3%2Freactnative-note-app/lists"}