Skip to content

This repo is used for interview purpose

Notifications You must be signed in to change notification settings

Mitdd9707/interviewDemo

 
 

Repository files navigation

interviewDemo

interviewDemo App v0.0.1 developed using React Native

This project is using yarn's workspace to install node_modules

List of commands

  • Install dependancy yarn

  • run app on android device yarn run android

  • run app on ios device yarn run ios

  • remove all node_modules yarn run rm:nm

Replace package name to whatever you desire in following two commands

  • add package in node_modules yarn add react-navigation

Instruction to Login and signin

Here we use Rest API(https://reqres.in/) for Login and Signup. BASE_URL: https://reqres.in/

  • Login: title: LOGIN - SUCCESSFUL url: /api/login reqest object: { "email": "eve.holt@reqres.in", "password": "cityslicka" } response object: { "token": "QpwL5tke4Pnpja7X4" }

  • Signup: title: REGISTER - SUCCESSFUL url: /api/register reqest object: { "email": "eve.holt@reqres.in", "password": "pistol" } response object: { "id": 4, "token": "QpwL5tke4Pnpja7X4" }

To get sucess response you have to only enter above listed email and password in request.

About

This repo is used for interview purpose

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 65.1%
  • Java 12.2%
  • Ruby 10.5%
  • Objective-C 8.5%
  • Starlark 3.7%