Skip to content

Latest commit

 

History

History
40 lines (27 loc) · 2.08 KB

README.md

File metadata and controls

40 lines (27 loc) · 2.08 KB

React Native REST CRUD Application

What is This

This application is all about CRUD operations with REST API. list of employee is displayed in first page by fetching data from server and application has different modal popup view for add, update and delete operations. After different operation employee list data is updated dynamically in list.

REST API

This Application is using REST dummy api from http://dummy.restapiexample.com/

Application User Interface

  1. Employee lists

  1. Add Employee Modal

  1. Edit Employee Modal

  1. Delete Employee Modal

How to install

  1. clone this react native project by running below command in git terminal: git clone https://github.com/binodstha7/react-native-rest-crud-app.git

  2. after Step 1. goto project directory: cd react-native-rest-crud-app

  3. install dependencies: npm install

  4. after installing project dependencies install project in your device: react-native run-android for android react-native run-ios for ios

  5. after installing project in your device: npm start

it will run your project in your device