It is a CRUD app which create, read, update and delete the Blogs on the demand of the user.
Front End is implemented by React-Native.
For Back End we used local json-server and connected it with internet with the help of ngrok.
CRUD operations are successfully implemented in the app using json-server and ngrok.