From 7113a8c73e722efe190486c705eb81441489885c Mon Sep 17 00:00:00 2001 From: Harshit Arora <64795664+Harshit0755@users.noreply.github.com> Date: Fri, 21 Oct 2022 23:23:10 +0530 Subject: [PATCH] added content for mobile applications (#2674) --- .../content/121-mobile-applications/readme.md | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/content/roadmaps/100-frontend/content/121-mobile-applications/readme.md b/content/roadmaps/100-frontend/content/121-mobile-applications/readme.md index dcc7dcb8c..d940b6e39 100644 --- a/content/roadmaps/100-frontend/content/121-mobile-applications/readme.md +++ b/content/roadmaps/100-frontend/content/121-mobile-applications/readme.md @@ -1 +1,8 @@ -# Mobile applications \ No newline at end of file +# Mobile applications + +A while back, developing a mobile app using JavaScript was impossible. But now JavaScript developers can create mobile applications using their knowledge for web development. Here is the list of options to create mobile applications in JavaScript. + +* [React Native](https://reactnative.dev/) +* [Flutter](https://flutter.dev) +* [Ionic](https://ionicframework.com) +* [NativeScript](https://nativescript.org/) \ No newline at end of file