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.
This Application is using REST dummy api from http://dummy.restapiexample.com/
- Employee lists
- Add Employee Modal
- Edit Employee Modal
- Delete Employee Modal
-
clone this react native project by running below command in git terminal:
git clone https://github.com/binodstha7/react-native-rest-crud-app.git
-
after Step 1. goto project directory:
cd react-native-rest-crud-app
-
install dependencies:
npm install
-
after installing project dependencies install project in your device:
react-native run-android
for androidreact-native run-ios
for ios -
after installing project in your device:
npm start
it will run your project in your device