Skip to content

kevinmartinda/react-native-simple-notes-app

Repository files navigation

React Native simpe Notes App

This is a simple notes app built on top of React Native, a very popular javascript framework for building native app.

Simple React Native Notes App [Screenshots]

How to run

You can download the .apk file in this repository and simply install it, but you must set your local machine's IP address into 192.168.43.10 or, you can either clone this repository or download the reposity and rebuild it with a litlle setting.

make sure you have react-native cli installed globaly in your machine, to install it just simply run the following command:

npm i -g react-native-cli

after you cloned or downloaded this repository, run the following command:

cd react-native-simple-notes-app && npm i

After that, modify a few code in src/action/url. change the value of url constant to your ip address. and to run it in debug mode justsimply type the following command in your CLI:

react-native run android

You must run the backend server on your own, just click this link and follw the instruction on the readme to install it on your local machine. and make sure your phone and local machine are connected on the same network.

you can watch demo of this app here

Requirements

-Node.js V8+

About

Simple UI written in React Native for express-notes-api

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published